Shades of Danube #648DCB
Tints of Danube #648DCB
RGB
CMYK
RGB Variations
Color information
#648DCB (or 0x648DCB) is known color: Danube. HEX triplet: 64, 8D and CB. RGB value is (100,141,203). Sum of RGB (Red+Green+Blue) = 100+141+203=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #648DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DCB is #9B7234. Grayscale: #878787. Windows color (decimal): -10187317 or 13340004. OLE color: 13340004.
HSL color Cylindrical-coordinate representation of color #648DCB: hue angle of 216.12º 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 #648DCB is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 141 | 203 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.20 |
| HSL | 216.12º | 0.5% | 0.59% | - |
| HSV(B) | 216.12º | 0.51% | 0.8% | - |
| XYZ | 25.56 | 26.07 | 60.18 | - |
| YUV | 135.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 203 | 0.51 | 0.31 | 0 | 0.20 | 216.12 | 0.5 | 0.59 |
| Hex | 64 | 8D | CB | 33 | 1F | 0 | 14 | D8 | 32 | 3B |
| Octal | 144 | 215 | 313 | 63 | 37 | 0 | 24 | 330 | 62 | 73 |
| Binary | 1100100 | 10001101 | 11001011 | 110011 | 11111 | 0 | 10100 | 11011000 | 110010 | 111011 |
Color Harmonies of #648DCB
Complementary color
Monochromatic Colors of #648DCB
Black with #648DCB
Text Example
Text Example
White with #648DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DCB; }
p { color: rgb(100,141,203); }
H1.HeaderClassName
{
color: #648DCB;
}
.AnyTagClassName
{
color: #648DCB;
}
</style>
background-color css
<style>
a { background-color: #648DCB; }
a { background-color: rgb(100,141,203); }
div.DivClassName
{
background-color: #648DCB;
}
.BgClassName
{
background-color: #648DCB;
}
</style>
border-color css
<style>
span { border-color: #648DCB; }
span { border-color: rgb(100,141,203); }
td.TdClassName
{
border-color: #648DCB;
}
.TagClassName
{
border-color: #648DCB;
}
</style>