Shades of Danube #658DCF
Tints of Danube #658DCF
RGB
CMYK
RGB Variations
Color information
#658DCF (or 0x658DCF) is known color: Danube. HEX triplet: 65, 8D and CF. RGB value is (101,141,207). Sum of RGB (Red+Green+Blue) = 101+141+207=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #658DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DCF is #9A7230. Grayscale: #888888. Windows color (decimal): -10121777 or 13602149. OLE color: 13602149.
HSL color Cylindrical-coordinate representation of color #658DCF: hue angle of 217.36º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #658DCF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 141 | 207 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.19 |
| HSL | 217.36º | 0.52% | 0.6% | - |
| HSV(B) | 217.36º | 0.51% | 0.81% | - |
| XYZ | 26.15 | 26.32 | 62.73 | - |
| YUV | 136.56 | 167.75 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 207 | 0.51 | 0.32 | 0 | 0.19 | 217.36 | 0.52 | 0.6 |
| Hex | 65 | 8D | CF | 33 | 20 | 0 | 13 | D9 | 34 | 3C |
| Octal | 145 | 215 | 317 | 63 | 40 | 0 | 23 | 331 | 64 | 74 |
| Binary | 1100101 | 10001101 | 11001111 | 110011 | 100000 | 0 | 10011 | 11011001 | 110100 | 111100 |
Color Harmonies of #658DCF
Complementary color
Monochromatic Colors of #658DCF
Black with #658DCF
Text Example
Text Example
White with #658DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DCF; }
p { color: rgb(101,141,207); }
H1.HeaderClassName
{
color: #658DCF;
}
.AnyTagClassName
{
color: #658DCF;
}
</style>
background-color css
<style>
a { background-color: #658DCF; }
a { background-color: rgb(101,141,207); }
div.DivClassName
{
background-color: #658DCF;
}
.BgClassName
{
background-color: #658DCF;
}
</style>
border-color css
<style>
span { border-color: #658DCF; }
span { border-color: rgb(101,141,207); }
td.TdClassName
{
border-color: #658DCF;
}
.TagClassName
{
border-color: #658DCF;
}
</style>