Shades of Danube #658EC6
Tints of Danube #658EC6
RGB
CMYK
RGB Variations
Color information
#658EC6 (or 0x658EC6) is known color: Danube. HEX triplet: 65, 8E and C6. RGB value is (101,142,198). Sum of RGB (Red+Green+Blue) = 101+142+198=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #658EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EC6 is #9A7139. Grayscale: #878787. Windows color (decimal): -10121530 or 13012581. OLE color: 13012581.
HSL color Cylindrical-coordinate representation of color #658EC6: hue angle of 214.64º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #658EC6 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 142 | 198 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.22 |
| HSL | 214.64º | 0.46% | 0.59% | - |
| HSV(B) | 214.64º | 0.49% | 0.78% | - |
| XYZ | 25.23 | 26.19 | 57.15 | - |
| YUV | 136.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 198 | 0.49 | 0.28 | 0 | 0.22 | 214.64 | 0.46 | 0.59 |
| Hex | 65 | 8E | C6 | 31 | 1C | 0 | 16 | D7 | 2E | 3B |
| Octal | 145 | 216 | 306 | 61 | 34 | 0 | 26 | 327 | 56 | 73 |
| Binary | 1100101 | 10001110 | 11000110 | 110001 | 11100 | 0 | 10110 | 11010111 | 101110 | 111011 |
Color Harmonies of #658EC6
Complementary color
Monochromatic Colors of #658EC6
Black with #658EC6
Text Example
Text Example
White with #658EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EC6; }
p { color: rgb(101,142,198); }
H1.HeaderClassName
{
color: #658EC6;
}
.AnyTagClassName
{
color: #658EC6;
}
</style>
background-color css
<style>
a { background-color: #658EC6; }
a { background-color: rgb(101,142,198); }
div.DivClassName
{
background-color: #658EC6;
}
.BgClassName
{
background-color: #658EC6;
}
</style>
border-color css
<style>
span { border-color: #658EC6; }
span { border-color: rgb(101,142,198); }
td.TdClassName
{
border-color: #658EC6;
}
.TagClassName
{
border-color: #658EC6;
}
</style>