Color Hex Logo

#066dbd Color Hex

#066DBD
(6,109,189)
0 Favorites   0 Comments

Color spaces of #066dbd

RGB 6109189
HSL0.570.940.38
HSV206°97°74°
CMYK 0.970.420.00   0.26
XYZ14.729114.650150.1956
Yxy14.65010.18510.1841
Hunter Lab38.27541.7081-50.9619
CIE-Lab45.15124.9822-49.0681

#066dbd color RGB value is (6,109,189).

#066dbd hex color red value is 6, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #066dbd hue: 0.57 , saturation: 0.94 and the lightness value of 066dbd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101101 10111101
Octal 6 155 275
Decimal 6 109 189
Hex 6 6D BD

RGB Percentages of Color #066dbd

%1.97
%35.86
%62.17

CMYK Percentages of Color #066dbd

%97
%42
%0
%26

Triadic Colors of #066dbd

#066dbd #bd066d #6dbd06

Analogous Colors of #066dbd

#066dbd #0611bd #06bdb2

Monochromatic Colors of #066dbd

#066dbd

Complementary Color

#066dbd #bd5606

#066dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#066dbd Color CSS Codes

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

#066dbd Text Font Color

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

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


#066dbd Background Color

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

This div background color is #066dbd


#066dbd Border Color

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

This div border color is #066dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066dbd


Comments

No comments written yet.

Please login to write comment.