#06006C

Color #06006C Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #06006C

Tints of Navy #06006C

Color information

#06006C (or 0x06006C) is unknown color: approx Navy. HEX triplet: 06, 00 and 6C. RGB value is (6,0,108). Sum of RGB (Red+Green+Blue) = 6+0+108=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 108 (42.58% from 255 or 94.74% from 114); Max value from RGB is 108 - color contains mainly: blue. Hex color #06006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06006C is #F9FF93. Grayscale: #0D0D0D. Windows color (decimal): -16383892 or 7077894. OLE color: 7077894.

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

Color convert

RGB60108-
CMYK0.94100.58
HSL243.33º100%21.18%-
HSV(B)243.33º100%42.35%-
XYZ2.781.1214.26-
YUV14.11180.99122.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 94.74%
R=5.26%
G=0%
B=94.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal601080.94100.58243.3310021.18
Hex606C5E6403Af36415
Octal6015413614407236314425
Binary1100110110010111101100100011101011110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06006C;
 }
 .AnyTagClassName
 {
   color: #06006C;
 }
</style>
background-color css

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

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

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

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

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

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