Shades of Danube #658BCA
Tints of Danube #658BCA
RGB
CMYK
RGB Variations
Color information
#658BCA (or 0x658BCA) is known color: Danube. HEX triplet: 65, 8B and CA. RGB value is (101,139,202). Sum of RGB (Red+Green+Blue) = 101+139+202=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #658BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BCA is #9A7435. Grayscale: #868686. Windows color (decimal): -10122294 or 13273957. OLE color: 13273957.
HSL color Cylindrical-coordinate representation of color #658BCA: hue angle of 217.43º degrees, saturation: 0.49, 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 #658BCA is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 139 | 202 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.21 |
| HSL | 217.43º | 0.49% | 0.59% | - |
| HSV(B) | 217.43º | 0.5% | 0.79% | - |
| XYZ | 25.26 | 25.5 | 59.47 | - |
| YUV | 134.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 202 | 0.50 | 0.31 | 0 | 0.21 | 217.43 | 0.49 | 0.59 |
| Hex | 65 | 8B | CA | 32 | 1F | 0 | 15 | D9 | 31 | 3B |
| Octal | 145 | 213 | 312 | 62 | 37 | 0 | 25 | 331 | 61 | 73 |
| Binary | 1100101 | 10001011 | 11001010 | 110010 | 11111 | 0 | 10101 | 11011001 | 110001 | 111011 |
Color Harmonies of #658BCA
Complementary color
Monochromatic Colors of #658BCA
Black with #658BCA
Text Example
Text Example
White with #658BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BCA; }
p { color: rgb(101,139,202); }
H1.HeaderClassName
{
color: #658BCA;
}
.AnyTagClassName
{
color: #658BCA;
}
</style>
background-color css
<style>
a { background-color: #658BCA; }
a { background-color: rgb(101,139,202); }
div.DivClassName
{
background-color: #658BCA;
}
.BgClassName
{
background-color: #658BCA;
}
</style>
border-color css
<style>
span { border-color: #658BCA; }
span { border-color: rgb(101,139,202); }
td.TdClassName
{
border-color: #658BCA;
}
.TagClassName
{
border-color: #658BCA;
}
</style>