Shades of Danube #648FCB
Tints of Danube #648FCB
RGB
CMYK
RGB Variations
Color information
#648FCB (or 0x648FCB) is known color: Danube. HEX triplet: 64, 8F and CB. RGB value is (100,143,203). Sum of RGB (Red+Green+Blue) = 100+143+203=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #648FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FCB is #9B7034. Grayscale: #888888. Windows color (decimal): -10186805 or 13340516. OLE color: 13340516.
HSL color Cylindrical-coordinate representation of color #648FCB: hue angle of 214.95º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648FCB is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 143 | 203 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.20 |
| HSL | 214.95º | 0.5% | 0.59% | - |
| HSV(B) | 214.95º | 0.51% | 0.8% | - |
| XYZ | 25.86 | 26.67 | 60.28 | - |
| YUV | 136.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 203 | 0.51 | 0.30 | 0 | 0.20 | 214.95 | 0.5 | 0.59 |
| Hex | 64 | 8F | CB | 33 | 1E | 0 | 14 | D7 | 32 | 3B |
| Octal | 144 | 217 | 313 | 63 | 36 | 0 | 24 | 327 | 62 | 73 |
| Binary | 1100100 | 10001111 | 11001011 | 110011 | 11110 | 0 | 10100 | 11010111 | 110010 | 111011 |
Color Harmonies of #648FCB
Complementary color
Monochromatic Colors of #648FCB
Black with #648FCB
Text Example
Text Example
White with #648FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FCB; }
p { color: rgb(100,143,203); }
H1.HeaderClassName
{
color: #648FCB;
}
.AnyTagClassName
{
color: #648FCB;
}
</style>
background-color css
<style>
a { background-color: #648FCB; }
a { background-color: rgb(100,143,203); }
div.DivClassName
{
background-color: #648FCB;
}
.BgClassName
{
background-color: #648FCB;
}
</style>
border-color css
<style>
span { border-color: #648FCB; }
span { border-color: rgb(100,143,203); }
td.TdClassName
{
border-color: #648FCB;
}
.TagClassName
{
border-color: #648FCB;
}
</style>