Shades of Navy #060468
Tints of Navy #060468
RGB
CMYK
RGB Variations
Color information
#060468 (or 0x060468) is known color: Navy. HEX triplet: 06, 04 and 68. RGB value is (6,4,104). Sum of RGB (Red+Green+Blue) = 6+4+104=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #060468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060468 is #F9FB97. Grayscale: #0F0F0F. Windows color (decimal): -16382872 or 6816774. OLE color: 6816774.
HSL color Cylindrical-coordinate representation of color #060468: hue angle of 241.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060468 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 4 | 104 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.59 |
| HSL | 241.2º | 0.93% | 0.21% | - |
| HSV(B) | 241.2º | 0.96% | 0.41% | - |
| XYZ | 2.62 | 1.13 | 13.18 | - |
| YUV | 16 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 104 | 0.94 | 0.96 | 0 | 0.59 | 241.2 | 0.93 | 0.21 |
| Hex | 6 | 4 | 68 | 5E | 60 | 0 | 3B | F1 | 5D | 15 |
| Octal | 6 | 4 | 150 | 136 | 140 | 0 | 73 | 361 | 135 | 25 |
| Binary | 110 | 100 | 1101000 | 1011110 | 1100000 | 0 | 111011 | 11110001 | 1011101 | 10101 |
Color Harmonies of #060468
Complementary color
Monochromatic Colors of #060468
Black with #060468
Text Example
Text Example
White with #060468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060468; }
p { color: rgb(6,4,104); }
H1.HeaderClassName
{
color: #060468;
}
.AnyTagClassName
{
color: #060468;
}
</style>
background-color css
<style>
a { background-color: #060468; }
a { background-color: rgb(6,4,104); }
div.DivClassName
{
background-color: #060468;
}
.BgClassName
{
background-color: #060468;
}
</style>
border-color css
<style>
span { border-color: #060468; }
span { border-color: rgb(6,4,104); }
td.TdClassName
{
border-color: #060468;
}
.TagClassName
{
border-color: #060468;
}
</style>