Shades of Danube #648FCE
Tints of Danube #648FCE
RGB
CMYK
RGB Variations
Color information
#648FCE (or 0x648FCE) is known color: Danube. HEX triplet: 64, 8F and CE. RGB value is (100,143,206). Sum of RGB (Red+Green+Blue) = 100+143+206=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #648FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FCE is #9B7031. Grayscale: #898989. Windows color (decimal): -10186802 or 13537124. OLE color: 13537124.
HSL color Cylindrical-coordinate representation of color #648FCE: hue angle of 215.66º 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 #648FCE is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 143 | 206 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.19 |
| HSL | 215.66º | 0.52% | 0.6% | - |
| HSV(B) | 215.66º | 0.51% | 0.81% | - |
| XYZ | 26.22 | 26.81 | 62.19 | - |
| YUV | 137.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 206 | 0.51 | 0.31 | 0 | 0.19 | 215.66 | 0.52 | 0.6 |
| Hex | 64 | 8F | CE | 33 | 1F | 0 | 13 | D8 | 34 | 3C |
| Octal | 144 | 217 | 316 | 63 | 37 | 0 | 23 | 330 | 64 | 74 |
| Binary | 1100100 | 10001111 | 11001110 | 110011 | 11111 | 0 | 10011 | 11011000 | 110100 | 111100 |
Color Harmonies of #648FCE
Complementary color
Monochromatic Colors of #648FCE
Black with #648FCE
Text Example
Text Example
White with #648FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FCE; }
p { color: rgb(100,143,206); }
H1.HeaderClassName
{
color: #648FCE;
}
.AnyTagClassName
{
color: #648FCE;
}
</style>
background-color css
<style>
a { background-color: #648FCE; }
a { background-color: rgb(100,143,206); }
div.DivClassName
{
background-color: #648FCE;
}
.BgClassName
{
background-color: #648FCE;
}
</style>
border-color css
<style>
span { border-color: #648FCE; }
span { border-color: rgb(100,143,206); }
td.TdClassName
{
border-color: #648FCE;
}
.TagClassName
{
border-color: #648FCE;
}
</style>