Color Hex Logo

#066bc2 Color Hex

#066BC2
(6,107,194)
0 Favorites   0 Comments

Color spaces of #066bc2

RGB 6107194
HSL0.580.940.39
HSV208°97°76°
CMYK 0.970.450.00   0.24
XYZ15.070414.449153.0336
Yxy14.44910.18260.1750
Hunter Lab38.01204.2480-56.1119
CIE-Lab44.87028.2518-52.4111

#066bc2 color RGB value is (6,107,194).

#066bc2 hex color red value is 6, green value is 107 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #066bc2 hue: 0.58 , saturation: 0.94 and the lightness value of 066bc2 is 0.39.

The process color (four color CMYK) of #066bc2 color hex is 0.97, 0.45, 0.00, 0.24. Web safe color of #066bc2 is #0066cc. Color #066bc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101011 11000010
Octal 6 153 302
Decimal 6 107 194
Hex 6 6B C2

RGB Percentages of Color #066bc2

%1.95
%34.85
%63.19

CMYK Percentages of Color #066bc2

%97
%45
%0
%24

Triadic Colors of #066bc2

#066bc2 #c2066b #6bc206

Analogous Colors of #066bc2

#066bc2 #060dc2 #06c2bb

Monochromatic Colors of #066bc2

#066bc2

Complementary Color

#066bc2 #c25d06

#066bc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066bc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066bc2 Color CSS Codes

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

#066bc2 Text Font Color

<p style="color:#066bc2">Text here</p>

This sample text font color is #066bc2
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.


#066bc2 Background Color

<div style="background-color:#066bc2">
Div content here</div>

This div background color is #066bc2


#066bc2 Border Color

<div style="border:3px solid #066bc2">
Div here</div>

This div border color is #066bc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,107,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #066bc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #066bc2;
  -webkit-box-shadow: 1px 1px 3px 2px #066bc2;
  box-shadow:         1px 1px 3px 2px #066bc2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066bc2


Comments

No comments written yet.

Please login to write comment.