Shades of Danube #648BBF
Tints of Danube #648BBF
RGB
CMYK
RGB Variations
Color information
#648BBF (or 0x648BBF) is known color: Danube. HEX triplet: 64, 8B and BF. RGB value is (100,139,191). Sum of RGB (Red+Green+Blue) = 100+139+191=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #648BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BBF is #9B7440. Grayscale: #858585. Windows color (decimal): -10187841 or 12553060. OLE color: 12553060.
HSL color Cylindrical-coordinate representation of color #648BBF: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648BBF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 139 | 191 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.25 |
| HSL | 214.29º | 0.42% | 0.57% | - |
| HSV(B) | 214.29º | 0.48% | 0.75% | - |
| XYZ | 23.89 | 24.94 | 52.84 | - |
| YUV | 133.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 191 | 0.48 | 0.27 | 0 | 0.25 | 214.29 | 0.42 | 0.57 |
| Hex | 64 | 8B | BF | 30 | 1B | 0 | 19 | D6 | 2A | 39 |
| Octal | 144 | 213 | 277 | 60 | 33 | 0 | 31 | 326 | 52 | 71 |
| Binary | 1100100 | 10001011 | 10111111 | 110000 | 11011 | 0 | 11001 | 11010110 | 101010 | 111001 |
Color Harmonies of #648BBF
Complementary color
Monochromatic Colors of #648BBF
Black with #648BBF
Text Example
Text Example
White with #648BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BBF; }
p { color: rgb(100,139,191); }
H1.HeaderClassName
{
color: #648BBF;
}
.AnyTagClassName
{
color: #648BBF;
}
</style>
background-color css
<style>
a { background-color: #648BBF; }
a { background-color: rgb(100,139,191); }
div.DivClassName
{
background-color: #648BBF;
}
.BgClassName
{
background-color: #648BBF;
}
</style>
border-color css
<style>
span { border-color: #648BBF; }
span { border-color: rgb(100,139,191); }
td.TdClassName
{
border-color: #648BBF;
}
.TagClassName
{
border-color: #648BBF;
}
</style>