Color Hex Logo

#066fcd Color Hex

#066FCD
(6,111,205)
0 Favorites   0 Comments

Color spaces of #066fcd

RGB 6111205
HSL0.580.940.41
HSV208°97°80°
CMYK 0.970.460.00   0.20
XYZ16.779015.815459.9259
Yxy15.81540.18140.1709
Hunter Lab39.76865.7170-61.5040
CIE-Lab46.731410.0931-55.7434

#066fcd color RGB value is (6,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101111 11001101
Octal 6 157 315
Decimal 6 111 205
Hex 6 6F CD

RGB Percentages of Color #066fcd

%1.86
%34.47
%63.66

CMYK Percentages of Color #066fcd

%97
%46
%0
%20

Triadic Colors of #066fcd

#066fcd #cd066f #6fcd06

Analogous Colors of #066fcd

#066fcd #060ccd #06cdc8

Monochromatic Colors of #066fcd

#066fcd

Complementary Color

#066fcd #cd6406

#066fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#066fcd Color CSS Codes

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

#066fcd Text Font Color

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

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


#066fcd Background Color

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

This div background color is #066fcd


#066fcd Border Color

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

This div border color is #066fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066fcd


Comments

No comments written yet.

Please login to write comment.