Shades of Midnight Blue #060662
Tints of Midnight Blue #060662
RGB
CMYK
RGB Variations
Color information
#060662 (or 0x060662) is known color: Midnight Blue. HEX triplet: 06, 06 and 62. RGB value is (6,6,98). Sum of RGB (Red+Green+Blue) = 6+6+98=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 98 (38.67% from 255 or 89.09% from 110); Max value from RGB is 98 - color contains mainly: blue. Hex color #060662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060662 is #F9F99D. Grayscale: #101010. Windows color (decimal): -16382366 or 6424070. OLE color: 6424070.
HSL color Cylindrical-coordinate representation of color #060662: 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 #060662 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 6 | 98 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.62 |
| HSL | 240º | 0.88% | 0.2% | - |
| HSV(B) | 240º | 0.94% | 0.38% | - |
| XYZ | 2.34 | 1.05 | 11.63 | - |
| YUV | 16.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 98 | 0.94 | 0.94 | 0 | 0.62 | 240 | 0.88 | 0.2 |
| Hex | 6 | 6 | 62 | 5E | 5E | 0 | 3E | F0 | 58 | 14 |
| Octal | 6 | 6 | 142 | 136 | 136 | 0 | 76 | 360 | 130 | 24 |
| Binary | 110 | 110 | 1100010 | 1011110 | 1011110 | 0 | 111110 | 11110000 | 1011000 | 10100 |
Color Harmonies of #060662
Complementary color
Monochromatic Colors of #060662
Black with #060662
Text Example
Text Example
White with #060662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060662; }
p { color: rgb(6,6,98); }
H1.HeaderClassName
{
color: #060662;
}
.AnyTagClassName
{
color: #060662;
}
</style>
background-color css
<style>
a { background-color: #060662; }
a { background-color: rgb(6,6,98); }
div.DivClassName
{
background-color: #060662;
}
.BgClassName
{
background-color: #060662;
}
</style>
border-color css
<style>
span { border-color: #060662; }
span { border-color: rgb(6,6,98); }
td.TdClassName
{
border-color: #060662;
}
.TagClassName
{
border-color: #060662;
}
</style>