Shades of Danube #648FC8
Tints of Danube #648FC8
RGB
CMYK
RGB Variations
Color information
#648FC8 (or 0x648FC8) is known color: Danube. HEX triplet: 64, 8F and C8. RGB value is (100,143,200). Sum of RGB (Red+Green+Blue) = 100+143+200=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #648FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FC8 is #9B7037. Grayscale: #888888. Windows color (decimal): -10186808 or 13143908. OLE color: 13143908.
HSL color Cylindrical-coordinate representation of color #648FC8: hue angle of 214.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648FC8 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 143 | 200 | - |
| CMYK | 0.5 | 0.28 | 0 | 0.22 |
| HSL | 214.2º | 0.48% | 0.59% | - |
| HSV(B) | 214.2º | 0.5% | 0.78% | - |
| XYZ | 25.5 | 26.52 | 58.42 | - |
| YUV | 136.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 200 | 0.5 | 0.28 | 0 | 0.22 | 214.2 | 0.48 | 0.59 |
| Hex | 64 | 8F | C8 | 32 | 1C | 0 | 16 | D6 | 30 | 3B |
| Octal | 144 | 217 | 310 | 62 | 34 | 0 | 26 | 326 | 60 | 73 |
| Binary | 1100100 | 10001111 | 11001000 | 110010 | 11100 | 0 | 10110 | 11010110 | 110000 | 111011 |
Color Harmonies of #648FC8
Complementary color
Monochromatic Colors of #648FC8
Black with #648FC8
Text Example
Text Example
White with #648FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FC8; }
p { color: rgb(100,143,200); }
H1.HeaderClassName
{
color: #648FC8;
}
.AnyTagClassName
{
color: #648FC8;
}
</style>
background-color css
<style>
a { background-color: #648FC8; }
a { background-color: rgb(100,143,200); }
div.DivClassName
{
background-color: #648FC8;
}
.BgClassName
{
background-color: #648FC8;
}
</style>
border-color css
<style>
span { border-color: #648FC8; }
span { border-color: rgb(100,143,200); }
td.TdClassName
{
border-color: #648FC8;
}
.TagClassName
{
border-color: #648FC8;
}
</style>