#060673

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

Shades of Navy #060673

Tints of Navy #060673

Color information

#060673 (or 0x060673) is unknown color: approx Navy. HEX triplet: 06, 06 and 73. RGB value is (6,6,115). Sum of RGB (Red+Green+Blue) = 6+6+115=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #060673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060673 is #F9F98C. Grayscale: #111111. Windows color (decimal): -16382349 or 7538182. OLE color: 7538182.

HSL color Cylindrical-coordinate representation of color #060673: hue angle of 240º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060673 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66115-
CMYK0.950.9500.55
HSL240º90.08%23.73%-
HSV(B)240º94.78%45.1%-
XYZ3.231.4116.32-
YUV18.43182.5119.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 115 (45.31% from 255) = 90.55%
R=4.72%
G=4.72%
B=90.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661150.950.9500.5524090.0823.73
Hex66735F5F037f05a18
Octal6616313713706736013230
Binary110110111001110111111011111011011111110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060673; }

 p { color: rgb(6,6,115); }

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

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

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

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

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

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

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