Shades of Dark Blue #060888
Tints of Dark Blue #060888
RGB
CMYK
RGB Variations
Color information
#060888 (or 0x060888) is known color: Dark Blue. HEX triplet: 06, 08 and 88. RGB value is (6,8,136). Sum of RGB (Red+Green+Blue) = 6+8+136=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 136 (53.52% from 255 or 90.67% from 150); Max value from RGB is 136 - color contains mainly: blue. Hex color #060888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060888 is #F9F777. Grayscale: #151515. Windows color (decimal): -16381816 or 8914950. OLE color: 8914950.
HSL color Cylindrical-coordinate representation of color #060888: hue angle of 239.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060888 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 8 | 136 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.47 |
| HSL | 239.08º | 0.92% | 0.28% | - |
| HSV(B) | 239.08º | 0.96% | 0.53% | - |
| XYZ | 4.61 | 1.99 | 23.43 | - |
| YUV | 21.99 | 192.34 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 136 | 0.96 | 0.94 | 0 | 0.47 | 239.08 | 0.92 | 0.28 |
| Hex | 6 | 8 | 88 | 60 | 5E | 0 | 2F | EF | 5C | 1C |
| Octal | 6 | 10 | 210 | 140 | 136 | 0 | 57 | 357 | 134 | 34 |
| Binary | 110 | 1000 | 10001000 | 1100000 | 1011110 | 0 | 101111 | 11101111 | 1011100 | 11100 |
Color Harmonies of #060888
Complementary color
Monochromatic Colors of #060888
Black with #060888
Text Example
Text Example
White with #060888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060888; }
p { color: rgb(6,8,136); }
H1.HeaderClassName
{
color: #060888;
}
.AnyTagClassName
{
color: #060888;
}
</style>
background-color css
<style>
a { background-color: #060888; }
a { background-color: rgb(6,8,136); }
div.DivClassName
{
background-color: #060888;
}
.BgClassName
{
background-color: #060888;
}
</style>
border-color css
<style>
span { border-color: #060888; }
span { border-color: rgb(6,8,136); }
td.TdClassName
{
border-color: #060888;
}
.TagClassName
{
border-color: #060888;
}
</style>