Shades of Danube #648DCF
Tints of Danube #648DCF
RGB
CMYK
RGB Variations
Color information
#648DCF (or 0x648DCF) is known color: Danube. HEX triplet: 64, 8D and CF. RGB value is (100,141,207). Sum of RGB (Red+Green+Blue) = 100+141+207=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 141 (55.47% from 255 or 31.47% 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 #648DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DCF is #9B7230. Grayscale: #878787. Windows color (decimal): -10187313 or 13602148. OLE color: 13602148.
HSL color Cylindrical-coordinate representation of color #648DCF: hue angle of 217.01º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #648DCF is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 141 | 207 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.19 |
| HSL | 217.01º | 0.53% | 0.6% | - |
| HSV(B) | 217.01º | 0.52% | 0.81% | - |
| XYZ | 26.04 | 26.26 | 62.73 | - |
| YUV | 136.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 207 | 0.52 | 0.32 | 0 | 0.19 | 217.01 | 0.53 | 0.6 |
| Hex | 64 | 8D | CF | 34 | 20 | 0 | 13 | D9 | 35 | 3C |
| Octal | 144 | 215 | 317 | 64 | 40 | 0 | 23 | 331 | 65 | 74 |
| Binary | 1100100 | 10001101 | 11001111 | 110100 | 100000 | 0 | 10011 | 11011001 | 110101 | 111100 |
Color Harmonies of #648DCF
Complementary color
Monochromatic Colors of #648DCF
Black with #648DCF
Text Example
Text Example
White with #648DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DCF; }
p { color: rgb(100,141,207); }
H1.HeaderClassName
{
color: #648DCF;
}
.AnyTagClassName
{
color: #648DCF;
}
</style>
background-color css
<style>
a { background-color: #648DCF; }
a { background-color: rgb(100,141,207); }
div.DivClassName
{
background-color: #648DCF;
}
.BgClassName
{
background-color: #648DCF;
}
</style>
border-color css
<style>
span { border-color: #648DCF; }
span { border-color: rgb(100,141,207); }
td.TdClassName
{
border-color: #648DCF;
}
.TagClassName
{
border-color: #648DCF;
}
</style>