Shades of Midnight Blue #060861
Tints of Midnight Blue #060861
RGB
CMYK
RGB Variations
Color information
#060861 (or 0x060861) is known color: Midnight Blue. HEX triplet: 06, 08 and 61. RGB value is (6,8,97). Sum of RGB (Red+Green+Blue) = 6+8+97=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #060861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060861 is #F9F79E. Grayscale: #111111. Windows color (decimal): -16381855 or 6359046. OLE color: 6359046.
HSL color Cylindrical-coordinate representation of color #060861: hue angle of 238.68º 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 #060861 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 8 | 97 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.62 |
| HSL | 238.68º | 0.88% | 0.2% | - |
| HSV(B) | 238.68º | 0.94% | 0.38% | - |
| XYZ | 2.32 | 1.08 | 11.39 | - |
| YUV | 17.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 97 | 0.94 | 0.92 | 0 | 0.62 | 238.68 | 0.88 | 0.2 |
| Hex | 6 | 8 | 61 | 5E | 5C | 0 | 3E | EF | 58 | 14 |
| Octal | 6 | 10 | 141 | 136 | 134 | 0 | 76 | 357 | 130 | 24 |
| Binary | 110 | 1000 | 1100001 | 1011110 | 1011100 | 0 | 111110 | 11101111 | 1011000 | 10100 |
Color Harmonies of #060861
Complementary color
Monochromatic Colors of #060861
Black with #060861
Text Example
Text Example
White with #060861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060861; }
p { color: rgb(6,8,97); }
H1.HeaderClassName
{
color: #060861;
}
.AnyTagClassName
{
color: #060861;
}
</style>
background-color css
<style>
a { background-color: #060861; }
a { background-color: rgb(6,8,97); }
div.DivClassName
{
background-color: #060861;
}
.BgClassName
{
background-color: #060861;
}
</style>
border-color css
<style>
span { border-color: #060861; }
span { border-color: rgb(6,8,97); }
td.TdClassName
{
border-color: #060861;
}
.TagClassName
{
border-color: #060861;
}
</style>