Shades of Danube #658CCF
Tints of Danube #658CCF
RGB
CMYK
RGB Variations
Color information
#658CCF (or 0x658CCF) is known color: Danube. HEX triplet: 65, 8C and CF. RGB value is (101,140,207). Sum of RGB (Red+Green+Blue) = 101+140+207=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #658CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CCF is #9A7330. Grayscale: #878787. Windows color (decimal): -10122033 or 13601893. OLE color: 13601893.
HSL color Cylindrical-coordinate representation of color #658CCF: hue angle of 217.92º 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 #658CCF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 140 | 207 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.19 |
| HSL | 217.92º | 0.52% | 0.6% | - |
| HSV(B) | 217.92º | 0.51% | 0.81% | - |
| XYZ | 26.01 | 26.03 | 62.68 | - |
| YUV | 135.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 207 | 0.51 | 0.32 | 0 | 0.19 | 217.92 | 0.52 | 0.6 |
| Hex | 65 | 8C | CF | 33 | 20 | 0 | 13 | DA | 34 | 3C |
| Octal | 145 | 214 | 317 | 63 | 40 | 0 | 23 | 332 | 64 | 74 |
| Binary | 1100101 | 10001100 | 11001111 | 110011 | 100000 | 0 | 10011 | 11011010 | 110100 | 111100 |
Color Harmonies of #658CCF
Complementary color
Monochromatic Colors of #658CCF
Black with #658CCF
Text Example
Text Example
White with #658CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CCF; }
p { color: rgb(101,140,207); }
H1.HeaderClassName
{
color: #658CCF;
}
.AnyTagClassName
{
color: #658CCF;
}
</style>
background-color css
<style>
a { background-color: #658CCF; }
a { background-color: rgb(101,140,207); }
div.DivClassName
{
background-color: #658CCF;
}
.BgClassName
{
background-color: #658CCF;
}
</style>
border-color css
<style>
span { border-color: #658CCF; }
span { border-color: rgb(101,140,207); }
td.TdClassName
{
border-color: #658CCF;
}
.TagClassName
{
border-color: #658CCF;
}
</style>