Shades of Danube #648BBE
Tints of Danube #648BBE
RGB
CMYK
RGB Variations
Color information
#648BBE (or 0x648BBE) is known color: Danube. HEX triplet: 64, 8B and BE. RGB value is (100,139,190). Sum of RGB (Red+Green+Blue) = 100+139+190=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #648BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BBE is #9B7441. Grayscale: #848484. Windows color (decimal): -10187842 or 12487524. OLE color: 12487524.
HSL color Cylindrical-coordinate representation of color #648BBE: hue angle of 214º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648BBE is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 139 | 190 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.25 |
| HSL | 214º | 0.41% | 0.57% | - |
| HSV(B) | 214º | 0.47% | 0.75% | - |
| XYZ | 23.78 | 24.89 | 52.27 | - |
| YUV | 133.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 190 | 0.47 | 0.27 | 0 | 0.25 | 214 | 0.41 | 0.57 |
| Hex | 64 | 8B | BE | 2F | 1B | 0 | 19 | D6 | 29 | 39 |
| Octal | 144 | 213 | 276 | 57 | 33 | 0 | 31 | 326 | 51 | 71 |
| Binary | 1100100 | 10001011 | 10111110 | 101111 | 11011 | 0 | 11001 | 11010110 | 101001 | 111001 |
Color Harmonies of #648BBE
Complementary color
Monochromatic Colors of #648BBE
Black with #648BBE
Text Example
Text Example
White with #648BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BBE; }
p { color: rgb(100,139,190); }
H1.HeaderClassName
{
color: #648BBE;
}
.AnyTagClassName
{
color: #648BBE;
}
</style>
background-color css
<style>
a { background-color: #648BBE; }
a { background-color: rgb(100,139,190); }
div.DivClassName
{
background-color: #648BBE;
}
.BgClassName
{
background-color: #648BBE;
}
</style>
border-color css
<style>
span { border-color: #648BBE; }
span { border-color: rgb(100,139,190); }
td.TdClassName
{
border-color: #648BBE;
}
.TagClassName
{
border-color: #648BBE;
}
</style>