Shades of Danube #658BC1
Tints of Danube #658BC1
RGB
CMYK
RGB Variations
Color information
#658BC1 (or 0x658BC1) is known color: Danube. HEX triplet: 65, 8B and C1. RGB value is (101,139,193). Sum of RGB (Red+Green+Blue) = 101+139+193=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #658BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BC1 is #9A743E. Grayscale: #858585. Windows color (decimal): -10122303 or 12684133. OLE color: 12684133.
HSL color Cylindrical-coordinate representation of color #658BC1: hue angle of 215.22º 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 #658BC1 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 139 | 193 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.24 |
| HSL | 215.22º | 0.43% | 0.58% | - |
| HSV(B) | 215.22º | 0.48% | 0.76% | - |
| XYZ | 24.23 | 25.08 | 54.02 | - |
| YUV | 133.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 193 | 0.48 | 0.28 | 0 | 0.24 | 215.22 | 0.43 | 0.58 |
| Hex | 65 | 8B | C1 | 30 | 1C | 0 | 18 | D7 | 2B | 3A |
| Octal | 145 | 213 | 301 | 60 | 34 | 0 | 30 | 327 | 53 | 72 |
| Binary | 1100101 | 10001011 | 11000001 | 110000 | 11100 | 0 | 11000 | 11010111 | 101011 | 111010 |
Color Harmonies of #658BC1
Complementary color
Monochromatic Colors of #658BC1
Black with #658BC1
Text Example
Text Example
White with #658BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BC1; }
p { color: rgb(101,139,193); }
H1.HeaderClassName
{
color: #658BC1;
}
.AnyTagClassName
{
color: #658BC1;
}
</style>
background-color css
<style>
a { background-color: #658BC1; }
a { background-color: rgb(101,139,193); }
div.DivClassName
{
background-color: #658BC1;
}
.BgClassName
{
background-color: #658BC1;
}
</style>
border-color css
<style>
span { border-color: #658BC1; }
span { border-color: rgb(101,139,193); }
td.TdClassName
{
border-color: #658BC1;
}
.TagClassName
{
border-color: #658BC1;
}
</style>