#06076c

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

Shades of Navy #06076C

Tints of Navy #06076C

Color information

#06076C (or 0x06076C) is unknown color: approx Navy. HEX triplet: 06, 07 and 6C. RGB value is (6,7,108). Sum of RGB (Red+Green+Blue) = 6+7+108=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 108 (42.58% from 255 or 89.26% from 121); Max value from RGB is 108 - color contains mainly: blue. Hex color #06076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06076C is #F9F893. Grayscale: #111111. Windows color (decimal): -16382100 or 7079686. OLE color: 7079686.

HSL color Cylindrical-coordinate representation of color #06076C: hue angle of 239.41º 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 #06076C is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB67108-
CMYK0.940.9400.58
HSL239.41º89.47%22.35%-
HSV(B)239.41º94.44%42.35%-
XYZ2.861.2714.28-
YUV18.22178.67119.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 108 (42.58% from 255) = 89.26%
R=4.96%
G=5.79%
B=89.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal671080.940.9400.58239.4189.4722.35
Hex676C5E5E03Aef5916
Octal6715413613607235713126
Binary110111110110010111101011110011101011101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06076c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06076c; }

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

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

<style>
 a { background-color: #06076c; }

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

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

<style>
 span { border-color: #06076c; }

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

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