#060769

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

Shades of Navy #060769

Tints of Navy #060769

Color information

#060769 (or 0x060769) is unknown color: approx Navy. HEX triplet: 06, 07 and 69. RGB value is (6,7,105). Sum of RGB (Red+Green+Blue) = 6+7+105=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 105 (41.41% from 255 or 88.98% from 118); Max value from RGB is 105 - color contains mainly: blue. Hex color #060769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060769 is #F9F896. Grayscale: #111111. Windows color (decimal): -16382103 or 6883078. OLE color: 6883078.

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

Color convert

RGB67105-
CMYK0.940.9300.59
HSL239.39º89.19%21.76%-
HSV(B)239.39º94.29%41.18%-
XYZ2.71.2113.46-
YUV17.87177.17119.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 105 (41.41% from 255) = 88.98%
R=5.08%
G=5.93%
B=88.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal671050.940.9300.59239.3989.1921.76
Hex67695E5D03Bef5916
Octal6715113613507335713126
Binary110111110100110111101011101011101111101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060769; }

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

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

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

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

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

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

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

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