color codes Logo

#0680fc color codes

#0680FC
(6,128,252)
0 Favorites   0 Comments

Color spaces of #0680fc

RGB 6128252
HSL0.580.980.51
HSV210°98°99°
CMYK 0.980.490.00   0.01
XYZ25.365022.505395.1025
Yxy22.50530.17740.1574
Hunter Lab47.439812.4205-85.6509
CIE-Lab54.559117.7768-69.5256

#0680fc color RGB value is (6,128,252).

#0680fc hex color red value is 6, green value is 128 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0680fc hue: 0.58 , saturation: 0.98 and the lightness value of 0680fc is 0.51.

The process color (four color CMYK) of #0680fc color code is 0.98, 0.49, 0.00, 0.01. Web safe color of #0680fc is #0099ff. Color #0680fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000000 11111100
Octal 6 200 374
Decimal 6 128 252
Hex 6 80 FC

RGB Percentages of Color #0680fc

%1.55
%33.16
%65.28

CMYK Percentages of Color #0680fc

%98
%49
%0
%1

Triadic Colors of #0680fc

#0680fc #fc0680 #80fc06

Analogous Colors of #0680fc

#0680fc #0706fc #06fbfc

Monochromatic Colors of #0680fc

#0680fc

Complementary Color

#0680fc #fc8206

#0680fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0680fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0680fc Color CSS Codes

.mybgcolor {background-color:#0680fc; } 
.myforecolor {color:#0680fc; }
.mybordercolor {border:3px solid #0680fc; }

#0680fc Text Font Color

<p style="color:#0680fc">Text here</p>

This sample text font color is #0680fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0680fc Background Color

<div style="background-color:#0680fc">
Div content here</div>

This div background color is #0680fc


#0680fc Border Color

<div style="border:3px solid #0680fc">
Div here</div>

This div border color is #0680fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,128,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0680fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0680fc;
  -webkit-box-shadow: 1px 1px 3px 2px #0680fc;
  box-shadow:         1px 1px 3px 2px #0680fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,128,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0680fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0680fc;
  -webkit-box-shadow: 1px 1px 3px 2px #0680fc;
  box-shadow:         1px 1px 3px 2px #0680fc;">
Div content here</div>

This div box has shadow with color #0680fc

Related Colors


Comments

No comments written yet.

Please login to write comment.