Shades of New Midnight Blue #060699
Tints of New Midnight Blue #060699
RGB
CMYK
RGB Variations
Color information
#060699 (or 0x060699) is known color: New Midnight Blue. HEX triplet: 06, 06 and 99. RGB value is (6,6,153). Sum of RGB (Red+Green+Blue) = 6+6+153=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 153 (60.16% from 255 or 92.73% from 165); Max value from RGB is 153 - color contains mainly: blue. Hex color #060699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060699 is #F9F966. Grayscale: #161616. Windows color (decimal): -16382311 or 10028550. OLE color: 10028550.
HSL color Cylindrical-coordinate representation of color #060699: hue angle of 240º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060699 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 6 | 153 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.4 |
| HSL | 240º | 0.92% | 0.31% | - |
| HSV(B) | 240º | 0.96% | 0.6% | - |
| XYZ | 5.89 | 2.47 | 30.3 | - |
| YUV | 22.76 | 201.5 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 153 | 0.96 | 0.96 | 0 | 0.4 | 240 | 0.92 | 0.31 |
| Hex | 6 | 6 | 99 | 60 | 60 | 0 | 28 | F0 | 5C | 1F |
| Octal | 6 | 6 | 231 | 140 | 140 | 0 | 50 | 360 | 134 | 37 |
| Binary | 110 | 110 | 10011001 | 1100000 | 1100000 | 0 | 101000 | 11110000 | 1011100 | 11111 |
Color Harmonies of #060699
Complementary color
Monochromatic Colors of #060699
Black with #060699
Text Example
Text Example
White with #060699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060699; }
p { color: rgb(6,6,153); }
H1.HeaderClassName
{
color: #060699;
}
.AnyTagClassName
{
color: #060699;
}
</style>
background-color css
<style>
a { background-color: #060699; }
a { background-color: rgb(6,6,153); }
div.DivClassName
{
background-color: #060699;
}
.BgClassName
{
background-color: #060699;
}
</style>
border-color css
<style>
span { border-color: #060699; }
span { border-color: rgb(6,6,153); }
td.TdClassName
{
border-color: #060699;
}
.TagClassName
{
border-color: #060699;
}
</style>