Shades of Midnight Blue #060E61
Tints of Midnight Blue #060E61
RGB
CMYK
RGB Variations
Color information
#060E61 (or 0x060E61) is known color: Midnight Blue. HEX triplet: 06, 0E and 61. RGB value is (6,14,97). Sum of RGB (Red+Green+Blue) = 6+14+97=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #060E61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E61 is #F9F19E. Grayscale: #141414. Windows color (decimal): -16380319 or 6360582. OLE color: 6360582.
HSL color Cylindrical-coordinate representation of color #060E61: hue angle of 234.73º 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 #060E61 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 14 | 97 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.62 |
| HSL | 234.73º | 0.88% | 0.2% | - |
| HSV(B) | 234.73º | 0.94% | 0.38% | - |
| XYZ | 2.39 | 1.22 | 11.42 | - |
| YUV | 21.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 97 | 0.94 | 0.86 | 0 | 0.62 | 234.73 | 0.88 | 0.2 |
| Hex | 6 | E | 61 | 5E | 56 | 0 | 3E | EB | 58 | 14 |
| Octal | 6 | 16 | 141 | 136 | 126 | 0 | 76 | 353 | 130 | 24 |
| Binary | 110 | 1110 | 1100001 | 1011110 | 1010110 | 0 | 111110 | 11101011 | 1011000 | 10100 |
Color Harmonies of #060E61
Complementary color
Monochromatic Colors of #060E61
Black with #060E61
Text Example
Text Example
White with #060E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E61; }
p { color: rgb(6,14,97); }
H1.HeaderClassName
{
color: #060E61;
}
.AnyTagClassName
{
color: #060E61;
}
</style>
background-color css
<style>
a { background-color: #060E61; }
a { background-color: rgb(6,14,97); }
div.DivClassName
{
background-color: #060E61;
}
.BgClassName
{
background-color: #060E61;
}
</style>
border-color css
<style>
span { border-color: #060E61; }
span { border-color: rgb(6,14,97); }
td.TdClassName
{
border-color: #060E61;
}
.TagClassName
{
border-color: #060E61;
}
</style>