#060969

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

Shades of Navy #060969

Tints of Navy #060969

Color information

#060969 (or 0x060969) is unknown color: approx Navy. HEX triplet: 06, 09 and 69. RGB value is (6,9,105). Sum of RGB (Red+Green+Blue) = 6+9+105=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 105 (41.41% from 255 or 87.5% from 120); Max value from RGB is 105 - color contains mainly: blue. Hex color #060969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060969 is #F9F696. Grayscale: #121212. Windows color (decimal): -16381591 or 6883590. OLE color: 6883590.

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

Color convert

RGB69105-
CMYK0.940.9100.59
HSL238.18º89.19%21.76%-
HSV(B)238.18º94.29%41.18%-
XYZ2.721.2513.46-
YUV19.05176.51118.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 105 (41.41% from 255) = 87.5%
R=5%
G=7.5%
B=87.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal691050.940.9100.59238.1889.1921.76
Hex69695E5B03Bee5916
Octal61115113613307335613126
Binary1101001110100110111101011011011101111101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060969; }

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

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

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

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

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

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

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

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