Shades of Dark Blue #060488
Tints of Dark Blue #060488
RGB
CMYK
RGB Variations
Color information
#060488 (or 0x060488) is known color: Dark Blue. HEX triplet: 06, 04 and 88. RGB value is (6,4,136). Sum of RGB (Red+Green+Blue) = 6+4+136=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 136 (53.52% from 255 or 93.15% from 146); Max value from RGB is 136 - color contains mainly: blue. Hex color #060488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060488 is #F9FB77. Grayscale: #131313. Windows color (decimal): -16382840 or 8913926. OLE color: 8913926.
HSL color Cylindrical-coordinate representation of color #060488: hue angle of 240.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060488 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 4 | 136 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.47 |
| HSL | 240.91º | 0.94% | 0.27% | - |
| HSV(B) | 240.91º | 0.97% | 0.53% | - |
| XYZ | 4.56 | 1.9 | 23.42 | - |
| YUV | 19.65 | 193.66 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 136 | 0.96 | 0.97 | 0 | 0.47 | 240.91 | 0.94 | 0.27 |
| Hex | 6 | 4 | 88 | 60 | 61 | 0 | 2F | F1 | 5E | 1B |
| Octal | 6 | 4 | 210 | 140 | 141 | 0 | 57 | 361 | 136 | 33 |
| Binary | 110 | 100 | 10001000 | 1100000 | 1100001 | 0 | 101111 | 11110001 | 1011110 | 11011 |
Color Harmonies of #060488
Complementary color
Monochromatic Colors of #060488
Black with #060488
Text Example
Text Example
White with #060488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060488; }
p { color: rgb(6,4,136); }
H1.HeaderClassName
{
color: #060488;
}
.AnyTagClassName
{
color: #060488;
}
</style>
background-color css
<style>
a { background-color: #060488; }
a { background-color: rgb(6,4,136); }
div.DivClassName
{
background-color: #060488;
}
.BgClassName
{
background-color: #060488;
}
</style>
border-color css
<style>
span { border-color: #060488; }
span { border-color: rgb(6,4,136); }
td.TdClassName
{
border-color: #060488;
}
.TagClassName
{
border-color: #060488;
}
</style>