Shades of Danube #6188CB
Tints of Danube #6188CB
RGB
CMYK
RGB Variations
Color information
#6188CB (or 0x6188CB) is known color: Danube. HEX triplet: 61, 88 and CB. RGB value is (97,136,203). Sum of RGB (Red+Green+Blue) = 97+136+203=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6188CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6188CB is #9E7734. Grayscale: #838383. Windows color (decimal): -10385205 or 13338721. OLE color: 13338721.
HSL color Cylindrical-coordinate representation of color #6188CB: hue angle of 217.92º degrees, saturation: 0.5, 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 #6188CB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 136 | 203 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.20 |
| HSL | 217.92º | 0.5% | 0.59% | - |
| HSV(B) | 217.92º | 0.52% | 0.8% | - |
| XYZ | 24.51 | 24.46 | 59.93 | - |
| YUV | 131.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 203 | 0.52 | 0.33 | 0 | 0.20 | 217.92 | 0.5 | 0.59 |
| Hex | 61 | 88 | CB | 34 | 21 | 0 | 14 | DA | 32 | 3B |
| Octal | 141 | 210 | 313 | 64 | 41 | 0 | 24 | 332 | 62 | 73 |
| Binary | 1100001 | 10001000 | 11001011 | 110100 | 100001 | 0 | 10100 | 11011010 | 110010 | 111011 |
Color Harmonies of #6188CB
Complementary color
Monochromatic Colors of #6188CB
Black with #6188CB
Text Example
Text Example
White with #6188CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6188CB; }
p { color: rgb(97,136,203); }
H1.HeaderClassName
{
color: #6188CB;
}
.AnyTagClassName
{
color: #6188CB;
}
</style>
background-color css
<style>
a { background-color: #6188CB; }
a { background-color: rgb(97,136,203); }
div.DivClassName
{
background-color: #6188CB;
}
.BgClassName
{
background-color: #6188CB;
}
</style>
border-color css
<style>
span { border-color: #6188CB; }
span { border-color: rgb(97,136,203); }
td.TdClassName
{
border-color: #6188CB;
}
.TagClassName
{
border-color: #6188CB;
}
</style>