Shades of Danube #658CD2
Tints of Danube #658CD2
RGB
CMYK
RGB Variations
Color information
#658CD2 (or 0x658CD2) is known color: Danube. HEX triplet: 65, 8C and D2. RGB value is (101,140,210). Sum of RGB (Red+Green+Blue) = 101+140+210=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 210 - color contains mainly: blue. Hex color #658CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CD2 is #9A732D. Grayscale: #888888. Windows color (decimal): -10122030 or 13798501. OLE color: 13798501.
HSL color Cylindrical-coordinate representation of color #658CD2: hue angle of 218.53º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #658CD2 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 140 | 210 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.18 |
| HSL | 218.53º | 0.55% | 0.61% | - |
| HSV(B) | 218.53º | 0.52% | 0.82% | - |
| XYZ | 26.38 | 26.18 | 64.63 | - |
| YUV | 136.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 210 | 0.52 | 0.33 | 0 | 0.18 | 218.53 | 0.55 | 0.61 |
| Hex | 65 | 8C | D2 | 34 | 21 | 0 | 12 | DB | 37 | 3D |
| Octal | 145 | 214 | 322 | 64 | 41 | 0 | 22 | 333 | 67 | 75 |
| Binary | 1100101 | 10001100 | 11010010 | 110100 | 100001 | 0 | 10010 | 11011011 | 110111 | 111101 |
Color Harmonies of #658CD2
Complementary color
Monochromatic Colors of #658CD2
Black with #658CD2
Text Example
Text Example
White with #658CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CD2; }
p { color: rgb(101,140,210); }
H1.HeaderClassName
{
color: #658CD2;
}
.AnyTagClassName
{
color: #658CD2;
}
</style>
background-color css
<style>
a { background-color: #658CD2; }
a { background-color: rgb(101,140,210); }
div.DivClassName
{
background-color: #658CD2;
}
.BgClassName
{
background-color: #658CD2;
}
</style>
border-color css
<style>
span { border-color: #658CD2; }
span { border-color: rgb(101,140,210); }
td.TdClassName
{
border-color: #658CD2;
}
.TagClassName
{
border-color: #658CD2;
}
</style>