Color Hex Logo

#06639d Color Hex

#06639D
(6,99,157)
0 Favorites   0 Comments

Color spaces of #06639d

RGB 699157
HSL0.560.930.32
HSV203°96°62°
CMYK 0.960.370.00   0.38
XYZ10.622711.396733.5382
Yxy11.39670.19120.2051
Hunter Lab33.7590-2.9109-35.2709
CIE-Lab40.2407-1.5732-38.1025

#06639d color RGB value is (6,99,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100011 10011101
Octal 6 143 235
Decimal 6 99 157
Hex 6 63 9D

RGB Percentages of Color #06639d

%2.29
%37.79
%59.92

CMYK Percentages of Color #06639d

%96
%37
%0
%38

Triadic Colors of #06639d

#06639d #9d0663 #639d06

Analogous Colors of #06639d

#06639d #06179d #069d8c

Monochromatic Colors of #06639d

#06639d

Complementary Color

#06639d #9d4006

#06639d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06639d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06639d Color CSS Codes

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

#06639d Text Font Color

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

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


#06639d Background Color

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

This div background color is #06639d


#06639d Border Color

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

This div border color is #06639d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06639d


Comments

No comments written yet.

Please login to write comment.