Shades of Danube #6188CC
Tints of Danube #6188CC
RGB
CMYK
RGB Variations
Color information
#6188CC (or 0x6188CC) is known color: Danube. HEX triplet: 61, 88 and CC. RGB value is (97,136,204). Sum of RGB (Red+Green+Blue) = 97+136+204=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #6188CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6188CC is #9E7733. Grayscale: #838383. Windows color (decimal): -10385204 or 13404257. OLE color: 13404257.
HSL color Cylindrical-coordinate representation of color #6188CC: hue angle of 218.13º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6188CC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 136 | 204 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.2 |
| HSL | 218.13º | 0.51% | 0.59% | - |
| HSV(B) | 218.13º | 0.52% | 0.8% | - |
| XYZ | 24.63 | 24.51 | 60.56 | - |
| YUV | 132.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 204 | 0.52 | 0.33 | 0 | 0.2 | 218.13 | 0.51 | 0.59 |
| Hex | 61 | 88 | CC | 34 | 21 | 0 | 14 | DA | 33 | 3B |
| Octal | 141 | 210 | 314 | 64 | 41 | 0 | 24 | 332 | 63 | 73 |
| Binary | 1100001 | 10001000 | 11001100 | 110100 | 100001 | 0 | 10100 | 11011010 | 110011 | 111011 |
Color Harmonies of #6188CC
Complementary color
Monochromatic Colors of #6188CC
Black with #6188CC
Text Example
Text Example
White with #6188CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6188CC; }
p { color: rgb(97,136,204); }
H1.HeaderClassName
{
color: #6188CC;
}
.AnyTagClassName
{
color: #6188CC;
}
</style>
background-color css
<style>
a { background-color: #6188CC; }
a { background-color: rgb(97,136,204); }
div.DivClassName
{
background-color: #6188CC;
}
.BgClassName
{
background-color: #6188CC;
}
</style>
border-color css
<style>
span { border-color: #6188CC; }
span { border-color: rgb(97,136,204); }
td.TdClassName
{
border-color: #6188CC;
}
.TagClassName
{
border-color: #6188CC;
}
</style>