Shades of Navy #060465
Tints of Navy #060465
RGB
CMYK
RGB Variations
Color information
#060465 (or 0x060465) is known color: Navy. HEX triplet: 06, 04 and 65. RGB value is (6,4,101). Sum of RGB (Red+Green+Blue) = 6+4+101=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #060465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060465 is #F9FB9A. Grayscale: #0F0F0F. Windows color (decimal): -16382875 or 6620166. OLE color: 6620166.
HSL color Cylindrical-coordinate representation of color #060465: hue angle of 241.24º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060465 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 4 | 101 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.60 |
| HSL | 241.24º | 0.92% | 0.21% | - |
| HSV(B) | 241.24º | 0.96% | 0.4% | - |
| XYZ | 2.47 | 1.07 | 12.39 | - |
| YUV | 15.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 101 | 0.94 | 0.96 | 0 | 0.60 | 241.24 | 0.92 | 0.21 |
| Hex | 6 | 4 | 65 | 5E | 60 | 0 | 3C | F1 | 5C | 15 |
| Octal | 6 | 4 | 145 | 136 | 140 | 0 | 74 | 361 | 134 | 25 |
| Binary | 110 | 100 | 1100101 | 1011110 | 1100000 | 0 | 111100 | 11110001 | 1011100 | 10101 |
Color Harmonies of #060465
Complementary color
Monochromatic Colors of #060465
Black with #060465
Text Example
Text Example
White with #060465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060465; }
p { color: rgb(6,4,101); }
H1.HeaderClassName
{
color: #060465;
}
.AnyTagClassName
{
color: #060465;
}
</style>
background-color css
<style>
a { background-color: #060465; }
a { background-color: rgb(6,4,101); }
div.DivClassName
{
background-color: #060465;
}
.BgClassName
{
background-color: #060465;
}
</style>
border-color css
<style>
span { border-color: #060465; }
span { border-color: rgb(6,4,101); }
td.TdClassName
{
border-color: #060465;
}
.TagClassName
{
border-color: #060465;
}
</style>