Shades of Danube #658BCF
Tints of Danube #658BCF
RGB
CMYK
RGB Variations
Color information
#658BCF (or 0x658BCF) is known color: Danube. HEX triplet: 65, 8B and CF. RGB value is (101,139,207). Sum of RGB (Red+Green+Blue) = 101+139+207=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #658BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BCF is #9A7430. Grayscale: #878787. Windows color (decimal): -10122289 or 13601637. OLE color: 13601637.
HSL color Cylindrical-coordinate representation of color #658BCF: hue angle of 218.49º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #658BCF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 139 | 207 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.19 |
| HSL | 218.49º | 0.52% | 0.6% | - |
| HSV(B) | 218.49º | 0.51% | 0.81% | - |
| XYZ | 25.86 | 25.74 | 62.64 | - |
| YUV | 135.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 207 | 0.51 | 0.33 | 0 | 0.19 | 218.49 | 0.52 | 0.6 |
| Hex | 65 | 8B | CF | 33 | 21 | 0 | 13 | DA | 34 | 3C |
| Octal | 145 | 213 | 317 | 63 | 41 | 0 | 23 | 332 | 64 | 74 |
| Binary | 1100101 | 10001011 | 11001111 | 110011 | 100001 | 0 | 10011 | 11011010 | 110100 | 111100 |
Color Harmonies of #658BCF
Complementary color
Monochromatic Colors of #658BCF
Black with #658BCF
Text Example
Text Example
White with #658BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BCF; }
p { color: rgb(101,139,207); }
H1.HeaderClassName
{
color: #658BCF;
}
.AnyTagClassName
{
color: #658BCF;
}
</style>
background-color css
<style>
a { background-color: #658BCF; }
a { background-color: rgb(101,139,207); }
div.DivClassName
{
background-color: #658BCF;
}
.BgClassName
{
background-color: #658BCF;
}
</style>
border-color css
<style>
span { border-color: #658BCF; }
span { border-color: rgb(101,139,207); }
td.TdClassName
{
border-color: #658BCF;
}
.TagClassName
{
border-color: #658BCF;
}
</style>