Shades of Danube #658ECB
Tints of Danube #658ECB
RGB
CMYK
RGB Variations
Color information
#658ECB (or 0x658ECB) is known color: Danube. HEX triplet: 65, 8E and CB. RGB value is (101,142,203). Sum of RGB (Red+Green+Blue) = 101+142+203=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #658ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658ECB is #9A7134. Grayscale: #888888. Windows color (decimal): -10121525 or 13340261. OLE color: 13340261.
HSL color Cylindrical-coordinate representation of color #658ECB: hue angle of 215.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658ECB is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 142 | 203 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.20 |
| HSL | 215.88º | 0.5% | 0.6% | - |
| HSV(B) | 215.88º | 0.5% | 0.8% | - |
| XYZ | 25.82 | 26.42 | 60.24 | - |
| YUV | 136.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 203 | 0.50 | 0.30 | 0 | 0.20 | 215.88 | 0.5 | 0.6 |
| Hex | 65 | 8E | CB | 32 | 1E | 0 | 14 | D8 | 32 | 3C |
| Octal | 145 | 216 | 313 | 62 | 36 | 0 | 24 | 330 | 62 | 74 |
| Binary | 1100101 | 10001110 | 11001011 | 110010 | 11110 | 0 | 10100 | 11011000 | 110010 | 111100 |
Color Harmonies of #658ECB
Complementary color
Monochromatic Colors of #658ECB
Black with #658ECB
Text Example
Text Example
White with #658ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658ECB; }
p { color: rgb(101,142,203); }
H1.HeaderClassName
{
color: #658ECB;
}
.AnyTagClassName
{
color: #658ECB;
}
</style>
background-color css
<style>
a { background-color: #658ECB; }
a { background-color: rgb(101,142,203); }
div.DivClassName
{
background-color: #658ECB;
}
.BgClassName
{
background-color: #658ECB;
}
</style>
border-color css
<style>
span { border-color: #658ECB; }
span { border-color: rgb(101,142,203); }
td.TdClassName
{
border-color: #658ECB;
}
.TagClassName
{
border-color: #658ECB;
}
</style>