Color Hex Logo

#066bea Color Hex

#066BEA
(6,107,234)
0 Favorites   0 Comments

Color spaces of #066bea

RGB 6107234
HSL0.590.950.47
HSV213°97°92°
CMYK 0.970.540.00   0.08
XYZ20.184116.494679.9619
Yxy16.49460.17300.1414
Hunter Lab40.613517.6371-88.3035
CIE-Lab47.616824.0945-70.7579

#066bea color RGB value is (6,107,234).

#066bea hex color red value is 6, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #066bea hue: 0.59 , saturation: 0.95 and the lightness value of 066bea is 0.47.

The process color (four color CMYK) of #066bea color hex is 0.97, 0.54, 0.00, 0.08. Web safe color of #066bea is #0066ff. Color #066bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101011 11101010
Octal 6 153 352
Decimal 6 107 234
Hex 6 6B EA

RGB Percentages of Color #066bea

%1.73
%30.84
%67.44

CMYK Percentages of Color #066bea

%97
%54
%0
%8

Triadic Colors of #066bea

#066bea #ea066b #6bea06

Analogous Colors of #066bea

#066bea #1306ea #06ddea

Monochromatic Colors of #066bea

#066bea

Complementary Color

#066bea #ea8506

#066bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#066bea Color CSS Codes

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

#066bea Text Font Color

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

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


#066bea Background Color

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

This div background color is #066bea


#066bea Border Color

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

This div border color is #066bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066bea


Comments

No comments written yet.

Please login to write comment.