Color Hex Logo

#066cca Color Hex

#066CCA
(6,108,202)
0 Favorites   0 Comments

Color spaces of #066cca

RGB 6108202
HSL0.580.940.41
HSV209°97°79°
CMYK 0.970.470.00   0.21
XYZ16.098315.028157.9294
Yxy15.02810.18080.1687
Hunter Lab38.76616.2846-61.4627
CIE-Lab45.672710.8110-55.7280

#066cca color RGB value is (6,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101100 11001010
Octal 6 154 312
Decimal 6 108 202
Hex 6 6C CA

RGB Percentages of Color #066cca

%1.90
%34.18
%63.92

CMYK Percentages of Color #066cca

%97
%47
%0
%21

Triadic Colors of #066cca

#066cca #ca066c #6cca06

Analogous Colors of #066cca

#066cca #060aca #06cac6

Monochromatic Colors of #066cca

#066cca

Complementary Color

#066cca #ca6406

#066cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#066cca Color CSS Codes

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

#066cca Text Font Color

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

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


#066cca Background Color

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

This div background color is #066cca


#066cca Border Color

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

This div border color is #066cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066cca


Comments

No comments written yet.

Please login to write comment.