Shades of Danube #658BBC
Tints of Danube #658BBC
RGB
CMYK
RGB Variations
Color information
#658BBC (or 0x658BBC) is known color: Danube. HEX triplet: 65, 8B and BC. RGB value is (101,139,188). Sum of RGB (Red+Green+Blue) = 101+139+188=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #658BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BBC is #9A7443. Grayscale: #848484. Windows color (decimal): -10122308 or 12356453. OLE color: 12356453.
HSL color Cylindrical-coordinate representation of color #658BBC: hue angle of 213.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #658BBC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 139 | 188 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.26 |
| HSL | 213.79º | 0.39% | 0.57% | - |
| HSV(B) | 213.79º | 0.46% | 0.74% | - |
| XYZ | 23.68 | 24.86 | 51.13 | - |
| YUV | 133.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 188 | 0.46 | 0.26 | 0 | 0.26 | 213.79 | 0.39 | 0.57 |
| Hex | 65 | 8B | BC | 2E | 1A | 0 | 1A | D6 | 27 | 39 |
| Octal | 145 | 213 | 274 | 56 | 32 | 0 | 32 | 326 | 47 | 71 |
| Binary | 1100101 | 10001011 | 10111100 | 101110 | 11010 | 0 | 11010 | 11010110 | 100111 | 111001 |
Color Harmonies of #658BBC
Complementary color
Monochromatic Colors of #658BBC
Black with #658BBC
Text Example
Text Example
White with #658BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BBC; }
p { color: rgb(101,139,188); }
H1.HeaderClassName
{
color: #658BBC;
}
.AnyTagClassName
{
color: #658BBC;
}
</style>
background-color css
<style>
a { background-color: #658BBC; }
a { background-color: rgb(101,139,188); }
div.DivClassName
{
background-color: #658BBC;
}
.BgClassName
{
background-color: #658BBC;
}
</style>
border-color css
<style>
span { border-color: #658BBC; }
span { border-color: rgb(101,139,188); }
td.TdClassName
{
border-color: #658BBC;
}
.TagClassName
{
border-color: #658BBC;
}
</style>