#060463

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

Shades of Navy #060463

Tints of Navy #060463

Color information

#060463 (or 0x060463) is unknown color: approx Navy. HEX triplet: 06, 04 and 63. RGB value is (6,4,99). Sum of RGB (Red+Green+Blue) = 6+4+99=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #060463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060463 is #F9FB9C. Grayscale: #0F0F0F. Windows color (decimal): -16382877 or 6489094. OLE color: 6489094.

HSL color Cylindrical-coordinate representation of color #060463: hue angle of 241.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060463 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6499-
CMYK0.940.9600.61
HSL241.26º92.23%20.2%-
HSV(B)241.26º95.96%38.82%-
XYZ2.371.0311.88-
YUV15.43175.16121.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 99 (39.06% from 255) = 90.83%
R=5.50%
G=3.67%
B=90.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64990.940.9600.61241.2692.2320.2
Hex64635E6003Df15c14
Octal6414313614007536113424
Binary110100110001110111101100000011110111110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060463; }

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

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

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

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

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

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

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

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