Shades of Midnight Blue #060A61
Tints of Midnight Blue #060A61
RGB
CMYK
RGB Variations
Color information
#060A61 (or 0x060A61) is known color: Midnight Blue. HEX triplet: 06, 0A and 61. RGB value is (6,10,97). Sum of RGB (Red+Green+Blue) = 6+10+97=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 97 (38.28% from 255 or 85.84% from 113); Max value from RGB is 97 - color contains mainly: blue. Hex color #060A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A61 is #F9F59E. Grayscale: #121212. Windows color (decimal): -16381343 or 6359558. OLE color: 6359558.
HSL color Cylindrical-coordinate representation of color #060A61: hue angle of 237.36º 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 #060A61 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 10 | 97 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.62 |
| HSL | 237.36º | 0.88% | 0.2% | - |
| HSV(B) | 237.36º | 0.94% | 0.38% | - |
| XYZ | 2.34 | 1.12 | 11.4 | - |
| YUV | 18.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 97 | 0.94 | 0.90 | 0 | 0.62 | 237.36 | 0.88 | 0.2 |
| Hex | 6 | A | 61 | 5E | 5A | 0 | 3E | ED | 58 | 14 |
| Octal | 6 | 12 | 141 | 136 | 132 | 0 | 76 | 355 | 130 | 24 |
| Binary | 110 | 1010 | 1100001 | 1011110 | 1011010 | 0 | 111110 | 11101101 | 1011000 | 10100 |
Color Harmonies of #060A61
Complementary color
Monochromatic Colors of #060A61
Black with #060A61
Text Example
Text Example
White with #060A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A61; }
p { color: rgb(6,10,97); }
H1.HeaderClassName
{
color: #060A61;
}
.AnyTagClassName
{
color: #060A61;
}
</style>
background-color css
<style>
a { background-color: #060A61; }
a { background-color: rgb(6,10,97); }
div.DivClassName
{
background-color: #060A61;
}
.BgClassName
{
background-color: #060A61;
}
</style>
border-color css
<style>
span { border-color: #060A61; }
span { border-color: rgb(6,10,97); }
td.TdClassName
{
border-color: #060A61;
}
.TagClassName
{
border-color: #060A61;
}
</style>