Shades of Danube #6188CE
Tints of Danube #6188CE
RGB
CMYK
RGB Variations
Color information
#6188CE (or 0x6188CE) is known color: Danube. HEX triplet: 61, 88 and CE. RGB value is (97,136,206). Sum of RGB (Red+Green+Blue) = 97+136+206=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #6188CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6188CE is #9E7731. Grayscale: #848484. Windows color (decimal): -10385202 or 13535329. OLE color: 13535329.
HSL color Cylindrical-coordinate representation of color #6188CE: hue angle of 218.53º 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 #6188CE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 136 | 206 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.19 |
| HSL | 218.53º | 0.53% | 0.59% | - |
| HSV(B) | 218.53º | 0.53% | 0.81% | - |
| XYZ | 24.87 | 24.61 | 61.83 | - |
| YUV | 132.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 206 | 0.53 | 0.34 | 0 | 0.19 | 218.53 | 0.53 | 0.59 |
| Hex | 61 | 88 | CE | 35 | 22 | 0 | 13 | DB | 35 | 3B |
| Octal | 141 | 210 | 316 | 65 | 42 | 0 | 23 | 333 | 65 | 73 |
| Binary | 1100001 | 10001000 | 11001110 | 110101 | 100010 | 0 | 10011 | 11011011 | 110101 | 111011 |
Color Harmonies of #6188CE
Complementary color
Monochromatic Colors of #6188CE
Black with #6188CE
Text Example
Text Example
White with #6188CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6188CE; }
p { color: rgb(97,136,206); }
H1.HeaderClassName
{
color: #6188CE;
}
.AnyTagClassName
{
color: #6188CE;
}
</style>
background-color css
<style>
a { background-color: #6188CE; }
a { background-color: rgb(97,136,206); }
div.DivClassName
{
background-color: #6188CE;
}
.BgClassName
{
background-color: #6188CE;
}
</style>
border-color css
<style>
span { border-color: #6188CE; }
span { border-color: rgb(97,136,206); }
td.TdClassName
{
border-color: #6188CE;
}
.TagClassName
{
border-color: #6188CE;
}
</style>