Color Hex Logo

#06699b Color Hex

#06699B
(6,105,155)
0 Favorites   0 Comments

Color spaces of #06699b

RGB 6105155
HSL0.560.930.32
HSV200°96°61°
CMYK 0.960.320.00   0.39
XYZ11.043112.508432.8427
Yxy12.50840.19580.2218
Hunter Lab35.3672-6.1576-30.3008
CIE-Lab42.0130-6.0760-34.1067

#06699b color RGB value is (6,105,155).

#06699b hex color red value is 6, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #06699b hue: 0.56 , saturation: 0.93 and the lightness value of 06699b is 0.32.

The process color (four color CMYK) of #06699b color hex is 0.96, 0.32, 0.00, 0.39. Web safe color of #06699b is #006699. Color #06699b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101001 10011011
Octal 6 151 233
Decimal 6 105 155
Hex 6 69 9B

RGB Percentages of Color #06699b

%2.26
%39.47
%58.27

CMYK Percentages of Color #06699b

%96
%32
%0
%39

Triadic Colors of #06699b

#06699b #9b0669 #699b06

Analogous Colors of #06699b

#06699b #061f9b #069b83

Monochromatic Colors of #06699b

#06699b

Complementary Color

#06699b #9b3806

#06699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06699b Color CSS Codes

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

#06699b Text Font Color

<p style="color:#06699b">Text here</p>

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


#06699b Background Color

<div style="background-color:#06699b">
Div content here</div>

This div background color is #06699b


#06699b Border Color

<div style="border:3px solid #06699b">
Div here</div>

This div border color is #06699b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,105,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06699b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06699b;
  -webkit-box-shadow: 1px 1px 3px 2px #06699b;
  box-shadow:         1px 1px 3px 2px #06699b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06699b


Comments

No comments written yet.

Please login to write comment.