#060469

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

Shades of Navy #060469

Tints of Navy #060469

Color information

#060469 (or 0x060469) is unknown color: approx Navy. HEX triplet: 06, 04 and 69. RGB value is (6,4,105). Sum of RGB (Red+Green+Blue) = 6+4+105=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 105 (41.41% from 255 or 91.30% from 115); Max value from RGB is 105 - color contains mainly: blue. Hex color #060469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060469 is #F9FB96. Grayscale: #0F0F0F. Windows color (decimal): -16382871 or 6882310. OLE color: 6882310.

HSL color Cylindrical-coordinate representation of color #060469: hue angle of 241.19º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060469 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB64105-
CMYK0.940.9600.59
HSL241.19º92.66%21.37%-
HSV(B)241.19º96.19%41.18%-
XYZ2.671.1513.45-
YUV16.11178.16120.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 105 (41.41% from 255) = 91.30%
R=5.22%
G=3.48%
B=91.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal641050.940.9600.59241.1992.6621.37
Hex64695E6003Bf15d15
Octal6415113614007336113525
Binary110100110100110111101100000011101111110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060469; }

 p { color: rgb(6,4,105); }

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

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

 a { background-color: rgb(6,4,105); }

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

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

 span { border-color: rgb(6,4,105); }

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