Shades of Danube #658BC9
Tints of Danube #658BC9
RGB
CMYK
RGB Variations
Color information
#658BC9 (or 0x658BC9) is known color: Danube. HEX triplet: 65, 8B and C9. RGB value is (101,139,201). Sum of RGB (Red+Green+Blue) = 101+139+201=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #658BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BC9 is #9A7436. Grayscale: #868686. Windows color (decimal): -10122295 or 13208421. OLE color: 13208421.
HSL color Cylindrical-coordinate representation of color #658BC9: hue angle of 217.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658BC9 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 139 | 201 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.21 |
| HSL | 217.2º | 0.48% | 0.59% | - |
| HSV(B) | 217.2º | 0.5% | 0.79% | - |
| XYZ | 25.14 | 25.45 | 58.85 | - |
| YUV | 134.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 201 | 0.50 | 0.31 | 0 | 0.21 | 217.2 | 0.48 | 0.59 |
| Hex | 65 | 8B | C9 | 32 | 1F | 0 | 15 | D9 | 30 | 3B |
| Octal | 145 | 213 | 311 | 62 | 37 | 0 | 25 | 331 | 60 | 73 |
| Binary | 1100101 | 10001011 | 11001001 | 110010 | 11111 | 0 | 10101 | 11011001 | 110000 | 111011 |
Color Harmonies of #658BC9
Complementary color
Monochromatic Colors of #658BC9
Black with #658BC9
Text Example
Text Example
White with #658BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BC9; }
p { color: rgb(101,139,201); }
H1.HeaderClassName
{
color: #658BC9;
}
.AnyTagClassName
{
color: #658BC9;
}
</style>
background-color css
<style>
a { background-color: #658BC9; }
a { background-color: rgb(101,139,201); }
div.DivClassName
{
background-color: #658BC9;
}
.BgClassName
{
background-color: #658BC9;
}
</style>
border-color css
<style>
span { border-color: #658BC9; }
span { border-color: rgb(101,139,201); }
td.TdClassName
{
border-color: #658BC9;
}
.TagClassName
{
border-color: #658BC9;
}
</style>