Color Hex Logo

#06639e Color Hex

#06639E
(6,99,158)
0 Favorites   0 Comments

Color spaces of #06639e

RGB 699158
HSL0.560.930.32
HSV203°96°62°
CMYK 0.960.370.00   0.38
XYZ10.708511.431033.9898
Yxy11.43100.19080.2037
Hunter Lab33.8098-2.6311-35.9389
CIE-Lab40.2971-1.1694-38.6088

#06639e color RGB value is (6,99,158).

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

The process color (four color CMYK) of #06639e color hex is 0.96, 0.37, 0.00, 0.38. Web safe color of #06639e is #006699. Color #06639e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100011 10011110
Octal 6 143 236
Decimal 6 99 158
Hex 6 63 9E

RGB Percentages of Color #06639e

%2.28
%37.64
%60.08

CMYK Percentages of Color #06639e

%96
%37
%0
%38

Triadic Colors of #06639e

#06639e #9e0663 #639e06

Analogous Colors of #06639e

#06639e #06179e #069e8d

Monochromatic Colors of #06639e

#06639e

Complementary Color

#06639e #9e4106

#06639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06639e Color CSS Codes

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

#06639e Text Font Color

<p style="color:#06639e">Text here</p>

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


#06639e Background Color

<div style="background-color:#06639e">
Div content here</div>

This div background color is #06639e


#06639e Border Color

<div style="border:3px solid #06639e">
Div here</div>

This div border color is #06639e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,99,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06639e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06639e;
  -webkit-box-shadow: 1px 1px 3px 2px #06639e;
  box-shadow:         1px 1px 3px 2px #06639e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06639e


Comments

No comments written yet.

Please login to write comment.