Shades of Danube #658CB5
Tints of Danube #658CB5
RGB
CMYK
RGB Variations
Color information
#658CB5 (or 0x658CB5) is known color: Danube. HEX triplet: 65, 8C and B5. RGB value is (101,140,181). Sum of RGB (Red+Green+Blue) = 101+140+181=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #658CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CB5 is #9A734A. Grayscale: #848484. Windows color (decimal): -10122059 or 11897957. OLE color: 11897957.
HSL color Cylindrical-coordinate representation of color #658CB5: hue angle of 210.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #658CB5 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 140 | 181 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.29 |
| HSL | 210.75º | 0.35% | 0.55% | - |
| HSV(B) | 210.75º | 0.44% | 0.71% | - |
| XYZ | 23.09 | 24.86 | 47.3 | - |
| YUV | 133.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 181 | 0.44 | 0.23 | 0 | 0.29 | 210.75 | 0.35 | 0.55 |
| Hex | 65 | 8C | B5 | 2C | 17 | 0 | 1D | D3 | 23 | 37 |
| Octal | 145 | 214 | 265 | 54 | 27 | 0 | 35 | 323 | 43 | 67 |
| Binary | 1100101 | 10001100 | 10110101 | 101100 | 10111 | 0 | 11101 | 11010011 | 100011 | 110111 |
Color Harmonies of #658CB5
Complementary color
Monochromatic Colors of #658CB5
Black with #658CB5
Text Example
Text Example
White with #658CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CB5; }
p { color: rgb(101,140,181); }
H1.HeaderClassName
{
color: #658CB5;
}
.AnyTagClassName
{
color: #658CB5;
}
</style>
background-color css
<style>
a { background-color: #658CB5; }
a { background-color: rgb(101,140,181); }
div.DivClassName
{
background-color: #658CB5;
}
.BgClassName
{
background-color: #658CB5;
}
</style>
border-color css
<style>
span { border-color: #658CB5; }
span { border-color: rgb(101,140,181); }
td.TdClassName
{
border-color: #658CB5;
}
.TagClassName
{
border-color: #658CB5;
}
</style>