Shades of Danube #6088CE
Tints of Danube #6088CE
RGB
CMYK
RGB Variations
Color information
#6088CE (or 0x6088CE) is known color: Danube. HEX triplet: 60, 88 and CE. RGB value is (96,136,206). Sum of RGB (Red+Green+Blue) = 96+136+206=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #6088CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088CE is #9F7731. Grayscale: #838383. Windows color (decimal): -10450738 or 13535328. OLE color: 13535328.
HSL color Cylindrical-coordinate representation of color #6088CE: hue angle of 218.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6088CE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 136 | 206 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.19 |
| HSL | 218.18º | 0.53% | 0.59% | - |
| HSV(B) | 218.18º | 0.53% | 0.81% | - |
| XYZ | 24.77 | 24.55 | 61.83 | - |
| YUV | 132.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 206 | 0.53 | 0.34 | 0 | 0.19 | 218.18 | 0.53 | 0.59 |
| Hex | 60 | 88 | CE | 35 | 22 | 0 | 13 | DA | 35 | 3B |
| Octal | 140 | 210 | 316 | 65 | 42 | 0 | 23 | 332 | 65 | 73 |
| Binary | 1100000 | 10001000 | 11001110 | 110101 | 100010 | 0 | 10011 | 11011010 | 110101 | 111011 |
Color Harmonies of #6088CE
Complementary color
Monochromatic Colors of #6088CE
Black with #6088CE
Text Example
Text Example
White with #6088CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6088CE; }
p { color: rgb(96,136,206); }
H1.HeaderClassName
{
color: #6088CE;
}
.AnyTagClassName
{
color: #6088CE;
}
</style>
background-color css
<style>
a { background-color: #6088CE; }
a { background-color: rgb(96,136,206); }
div.DivClassName
{
background-color: #6088CE;
}
.BgClassName
{
background-color: #6088CE;
}
</style>
border-color css
<style>
span { border-color: #6088CE; }
span { border-color: rgb(96,136,206); }
td.TdClassName
{
border-color: #6088CE;
}
.TagClassName
{
border-color: #6088CE;
}
</style>