Html Css Color HEX #06006D Navy

📋 copy color: '#06006D'

red 6 ◦ green 0 ◦ blue 109

#06006D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #06006D

Tints of Navy #06006D

RGB

 RED value IS 6 (2.73% from 255) = 5.22%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 94.78%

R = 5.22%
G = 0%
B = 94.78%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06006D (or 0x06006D) is known color: Navy. HEX triplet: 06, 00 and 6D. RGB value is (6,0,109). Sum of RGB (Red+Green+Blue) = 6+0+109=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 109 (42.97% from 255 or 94.78% from 115); Max value from RGB is 109 - color contains mainly: blue. Hex color #06006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06006D is #F9FF92. Grayscale: #0D0D0D. Windows color (decimal): -16383891 or 7143430. OLE color: 7143430.

HSL color Cylindrical-coordinate representation of color #06006D: hue angle of 243.3º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06006D is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 0 109 -
CMYK 0.94 1 0 0.57
HSL 243.3º 1% 0.21% -
HSV(B) 243.3º 1% 0.43% -
XYZ 2.84 1.14 14.54 -
YUV 14.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 6 0 109 0.94 1 0 0.57 243.3 1 0.21
Hex 6 0 6D 5E 64 0 39 F3 64 15
Octal 6 0 155 136 144 0 71 363 144 25
Binary 110 0 1101101 1011110 1100100 0 111001 11110011 1100100 10101

Color Harmonies of #06006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06006D

Black with #06006D

Text Example


Text Example

White with #06006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06006D; }

 p { color: rgb(6,0,109); }

 H1.HeaderClassName
 {
   color: #06006D;
 }
 .AnyTagClassName
 {
   color: #06006D;
 }
</style>

background-color css

<style>
 a { background-color: #06006D; }

 a { background-color: rgb(6,0,109); }

 div.DivClassName
 {
   background-color: #06006D;
 }
 .BgClassName
 {
   background-color: #06006D;
 }
</style>

border-color css

<style>
 span { border-color: #06006D; }

 span { border-color: rgb(6,0,109); }

 td.TdClassName
 {
   border-color: #06006D;
 }
 .TagClassName
 {
   border-color: #06006D;
 }
</style>