Color Hex Logo

#066acb Color Hex

#066ACB
(6,106,203)
0 Favorites   0 Comments

Color spaces of #066acb

RGB 6106203
HSL0.580.940.41
HSV210°97°80°
CMYK 0.970.480.00   0.20
XYZ16.008614.658658.4856
Yxy14.65860.17960.1644
Hunter Lab38.28667.6340-63.7694
CIE-Lab45.163012.4930-57.1237

#066acb color RGB value is (6,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101010 11001011
Octal 6 152 313
Decimal 6 106 203
Hex 6 6A CB

RGB Percentages of Color #066acb

%1.90
%33.65
%64.44

CMYK Percentages of Color #066acb

%97
%48
%0
%20

Triadic Colors of #066acb

#066acb #cb066a #6acb06

Analogous Colors of #066acb

#066acb #0607cb #06cbca

Monochromatic Colors of #066acb

#066acb

Complementary Color

#066acb #cb6706

#066acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#066acb Color CSS Codes

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

#066acb Text Font Color

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

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


#066acb Background Color

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

This div background color is #066acb


#066acb Border Color

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

This div border color is #066acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066acb


Comments

No comments written yet.

Please login to write comment.