Shades of Navy #060463
Tints of Navy #060463
RGB
CMYK
RGB Variations
Color information
#060463 (or 0x060463) is known color: 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
| RGB | 6 | 4 | 99 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.61 |
| HSL | 241.26º | 0.92% | 0.2% | - |
| HSV(B) | 241.26º | 0.96% | 0.39% | - |
| XYZ | 2.37 | 1.03 | 11.88 | - |
| YUV | 15.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 99 | 0.94 | 0.96 | 0 | 0.61 | 241.26 | 0.92 | 0.2 |
| Hex | 6 | 4 | 63 | 5E | 60 | 0 | 3D | F1 | 5C | 14 |
| Octal | 6 | 4 | 143 | 136 | 140 | 0 | 75 | 361 | 134 | 24 |
| Binary | 110 | 100 | 1100011 | 1011110 | 1100000 | 0 | 111101 | 11110001 | 1011100 | 10100 |
Color Harmonies of #060463
Complementary color
Monochromatic Colors of #060463
Black with #060463
Text Example
Text Example
White with #060463
Text Example
Text Example
HTML Codes & Css Web 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>