Shades of Dark Blue #060890
Tints of Dark Blue #060890
RGB
CMYK
RGB Variations
Color information
#060890 (or 0x060890) is known color: Dark Blue. HEX triplet: 06, 08 and 90. RGB value is (6,8,144). Sum of RGB (Red+Green+Blue) = 6+8+144=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 144 (56.64% from 255 or 91.14% from 158); Max value from RGB is 144 - color contains mainly: blue. Hex color #060890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060890 is #F9F76F. Grayscale: #161616. Windows color (decimal): -16381808 or 9439238. OLE color: 9439238.
HSL color Cylindrical-coordinate representation of color #060890: hue angle of 239.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060890 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 8 | 144 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.44 |
| HSL | 239.13º | 0.92% | 0.29% | - |
| HSV(B) | 239.13º | 0.96% | 0.56% | - |
| XYZ | 5.2 | 2.23 | 26.54 | - |
| YUV | 22.91 | 196.34 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 144 | 0.96 | 0.94 | 0 | 0.44 | 239.13 | 0.92 | 0.29 |
| Hex | 6 | 8 | 90 | 60 | 5E | 0 | 2C | EF | 5C | 1D |
| Octal | 6 | 10 | 220 | 140 | 136 | 0 | 54 | 357 | 134 | 35 |
| Binary | 110 | 1000 | 10010000 | 1100000 | 1011110 | 0 | 101100 | 11101111 | 1011100 | 11101 |
Color Harmonies of #060890
Complementary color
Monochromatic Colors of #060890
Black with #060890
Text Example
Text Example
White with #060890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060890; }
p { color: rgb(6,8,144); }
H1.HeaderClassName
{
color: #060890;
}
.AnyTagClassName
{
color: #060890;
}
</style>
background-color css
<style>
a { background-color: #060890; }
a { background-color: rgb(6,8,144); }
div.DivClassName
{
background-color: #060890;
}
.BgClassName
{
background-color: #060890;
}
</style>
border-color css
<style>
span { border-color: #060890; }
span { border-color: rgb(6,8,144); }
td.TdClassName
{
border-color: #060890;
}
.TagClassName
{
border-color: #060890;
}
</style>