Shades of Danube #658CB8
Tints of Danube #658CB8
RGB
CMYK
RGB Variations
Color information
#658CB8 (or 0x658CB8) is known color: Danube. HEX triplet: 65, 8C and B8. RGB value is (101,140,184). Sum of RGB (Red+Green+Blue) = 101+140+184=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #658CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CB8 is #9A7347. Grayscale: #858585. Windows color (decimal): -10122056 or 12094565. OLE color: 12094565.
HSL color Cylindrical-coordinate representation of color #658CB8: hue angle of 211.81º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658CB8 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 140 | 184 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.28 |
| HSL | 211.81º | 0.37% | 0.56% | - |
| HSV(B) | 211.81º | 0.45% | 0.72% | - |
| XYZ | 23.4 | 24.98 | 48.94 | - |
| YUV | 133.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 184 | 0.45 | 0.24 | 0 | 0.28 | 211.81 | 0.37 | 0.56 |
| Hex | 65 | 8C | B8 | 2D | 18 | 0 | 1C | D4 | 25 | 38 |
| Octal | 145 | 214 | 270 | 55 | 30 | 0 | 34 | 324 | 45 | 70 |
| Binary | 1100101 | 10001100 | 10111000 | 101101 | 11000 | 0 | 11100 | 11010100 | 100101 | 111000 |
Color Harmonies of #658CB8
Complementary color
Monochromatic Colors of #658CB8
Black with #658CB8
Text Example
Text Example
White with #658CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CB8; }
p { color: rgb(101,140,184); }
H1.HeaderClassName
{
color: #658CB8;
}
.AnyTagClassName
{
color: #658CB8;
}
</style>
background-color css
<style>
a { background-color: #658CB8; }
a { background-color: rgb(101,140,184); }
div.DivClassName
{
background-color: #658CB8;
}
.BgClassName
{
background-color: #658CB8;
}
</style>
border-color css
<style>
span { border-color: #658CB8; }
span { border-color: rgb(101,140,184); }
td.TdClassName
{
border-color: #658CB8;
}
.TagClassName
{
border-color: #658CB8;
}
</style>