#06086C

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

Shades of Navy #06086C

Tints of Navy #06086C

Color information

#06086C (or 0x06086C) is unknown color: approx Navy. HEX triplet: 06, 08 and 6C. RGB value is (6,8,108). Sum of RGB (Red+Green+Blue) = 6+8+108=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 108 (42.58% from 255 or 88.52% from 122); Max value from RGB is 108 - color contains mainly: blue. Hex color #06086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06086C is #F9F793. Grayscale: #121212. Windows color (decimal): -16381844 or 7079942. OLE color: 7079942.

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

Color convert

RGB68108-
CMYK0.940.9300.58
HSL238.82º89.47%22.35%-
HSV(B)238.82º94.44%42.35%-
XYZ2.871.314.29-
YUV18.8178.34118.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 108 (42.58% from 255) = 88.52%
R=4.92%
G=6.56%
B=88.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal681080.940.9300.58238.8289.4722.35
Hex686C5E5D03Aef5916
Octal61015413613507235713126
Binary1101000110110010111101011101011101011101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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