Shades of Danube #658DC1
Tints of Danube #658DC1
RGB
CMYK
RGB Variations
Color information
#658DC1 (or 0x658DC1) is known color: Danube. HEX triplet: 65, 8D and C1. RGB value is (101,141,193). Sum of RGB (Red+Green+Blue) = 101+141+193=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #658DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DC1 is #9A723E. Grayscale: #868686. Windows color (decimal): -10121791 or 12684645. OLE color: 12684645.
HSL color Cylindrical-coordinate representation of color #658DC1: hue angle of 213.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #658DC1 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 141 | 193 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.24 |
| HSL | 213.91º | 0.43% | 0.58% | - |
| HSV(B) | 213.91º | 0.48% | 0.76% | - |
| XYZ | 24.52 | 25.67 | 54.11 | - |
| YUV | 134.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 193 | 0.48 | 0.27 | 0 | 0.24 | 213.91 | 0.43 | 0.58 |
| Hex | 65 | 8D | C1 | 30 | 1B | 0 | 18 | D6 | 2B | 3A |
| Octal | 145 | 215 | 301 | 60 | 33 | 0 | 30 | 326 | 53 | 72 |
| Binary | 1100101 | 10001101 | 11000001 | 110000 | 11011 | 0 | 11000 | 11010110 | 101011 | 111010 |
Color Harmonies of #658DC1
Complementary color
Monochromatic Colors of #658DC1
Black with #658DC1
Text Example
Text Example
White with #658DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DC1; }
p { color: rgb(101,141,193); }
H1.HeaderClassName
{
color: #658DC1;
}
.AnyTagClassName
{
color: #658DC1;
}
</style>
background-color css
<style>
a { background-color: #658DC1; }
a { background-color: rgb(101,141,193); }
div.DivClassName
{
background-color: #658DC1;
}
.BgClassName
{
background-color: #658DC1;
}
</style>
border-color css
<style>
span { border-color: #658DC1; }
span { border-color: rgb(101,141,193); }
td.TdClassName
{
border-color: #658DC1;
}
.TagClassName
{
border-color: #658DC1;
}
</style>