#060A6D

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

Shades of Navy #060A6D

Tints of Navy #060A6D

Color information

#060A6D (or 0x060A6D) is unknown color: approx Navy. HEX triplet: 06, 0A and 6D. RGB value is (6,10,109). Sum of RGB (Red+Green+Blue) = 6+10+109=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #060A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A6D is #F9F592. Grayscale: #131313. Windows color (decimal): -16381331 or 7145990. OLE color: 7145990.

HSL color Cylindrical-coordinate representation of color #060A6D: hue angle of 237.67º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060A6D is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB610109-
CMYK0.940.9100.57
HSL237.67º89.57%22.55%-
HSV(B)237.67º94.5%42.75%-
XYZ2.941.3614.58-
YUV20.09178.17117.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 109 (42.97% from 255) = 87.2%
R=4.8%
G=8%
B=87.2%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6101090.940.9100.57237.6789.5722.55
Hex6A6D5E5B039ee5a17
Octal61215513613307135613227
Binary1101010110110110111101011011011100111101110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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