Color Hex Logo

#066ccc Color Hex

#066CCC
(6,108,204)
0 Favorites   0 Comments

Color spaces of #066ccc

RGB 6108204
HSL0.580.940.41
HSV209°97°80°
CMYK 0.970.470.00   0.20
XYZ16.336815.123559.1848
Yxy15.12350.18020.1668
Hunter Lab38.88896.9302-63.0108
CIE-Lab45.802911.6091-56.6658

#066ccc color RGB value is (6,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101100 11001100
Octal 6 154 314
Decimal 6 108 204
Hex 6 6C CC

RGB Percentages of Color #066ccc

%1.89
%33.96
%64.15

CMYK Percentages of Color #066ccc

%97
%47
%0
%20

Triadic Colors of #066ccc

#066ccc #cc066c #6ccc06

Analogous Colors of #066ccc

#066ccc #0609cc #06ccc9

Monochromatic Colors of #066ccc

#066ccc

Complementary Color

#066ccc #cc6606

#066ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#066ccc Color CSS Codes

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

#066ccc Text Font Color

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

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


#066ccc Background Color

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

This div background color is #066ccc


#066ccc Border Color

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

This div border color is #066ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066ccc


Comments

No comments written yet.

Please login to write comment.