#060A6C

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

Shades of Navy #060A6C

Tints of Navy #060A6C

Color information

#060A6C (or 0x060A6C) is unknown color: approx Navy. HEX triplet: 06, 0A and 6C. RGB value is (6,10,108). Sum of RGB (Red+Green+Blue) = 6+10+108=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #060A6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A6C is #F9F593. Grayscale: #131313. Windows color (decimal): -16381332 or 7080454. OLE color: 7080454.

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

Color convert

RGB610108-
CMYK0.940.9100.58
HSL237.65º89.47%22.35%-
HSV(B)237.65º94.44%42.35%-
XYZ2.891.3414.29-
YUV19.98177.67118.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 108 (42.58% from 255) = 87.10%
R=4.84%
G=8.06%
B=87.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6101080.940.9100.58237.6589.4722.35
Hex6A6C5E5B03Aee5916
Octal61215413613307235613126
Binary1101010110110010111101011011011101011101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060A6C; }

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

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

<style>
 a { background-color: #060A6C; }

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

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

<style>
 span { border-color: #060A6C; }

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

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