Shades of Midnight Blue #060660
Tints of Midnight Blue #060660
RGB
CMYK
RGB Variations
Color information
#060660 (or 0x060660) is known color: Midnight Blue. HEX triplet: 06, 06 and 60. RGB value is (6,6,96). Sum of RGB (Red+Green+Blue) = 6+6+96=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 96 (37.89% from 255 or 88.89% from 108); Max value from RGB is 96 - color contains mainly: blue. Hex color #060660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060660 is #F9F99F. Grayscale: #0F0F0F. Windows color (decimal): -16382368 or 6292998. OLE color: 6292998.
HSL color Cylindrical-coordinate representation of color #060660: hue angle of 240º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060660 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 6 | 96 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.62 |
| HSL | 240º | 0.88% | 0.2% | - |
| HSV(B) | 240º | 0.94% | 0.38% | - |
| XYZ | 2.25 | 1.01 | 11.14 | - |
| YUV | 16.26 | 173 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 96 | 0.94 | 0.94 | 0 | 0.62 | 240 | 0.88 | 0.2 |
| Hex | 6 | 6 | 60 | 5E | 5E | 0 | 3E | F0 | 58 | 14 |
| Octal | 6 | 6 | 140 | 136 | 136 | 0 | 76 | 360 | 130 | 24 |
| Binary | 110 | 110 | 1100000 | 1011110 | 1011110 | 0 | 111110 | 11110000 | 1011000 | 10100 |
Color Harmonies of #060660
Complementary color
Monochromatic Colors of #060660
Black with #060660
Text Example
Text Example
White with #060660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060660; }
p { color: rgb(6,6,96); }
H1.HeaderClassName
{
color: #060660;
}
.AnyTagClassName
{
color: #060660;
}
</style>
background-color css
<style>
a { background-color: #060660; }
a { background-color: rgb(6,6,96); }
div.DivClassName
{
background-color: #060660;
}
.BgClassName
{
background-color: #060660;
}
</style>
border-color css
<style>
span { border-color: #060660; }
span { border-color: rgb(6,6,96); }
td.TdClassName
{
border-color: #060660;
}
.TagClassName
{
border-color: #060660;
}
</style>