Shades of Danube #648FBF
Tints of Danube #648FBF
RGB
CMYK
RGB Variations
Color information
#648FBF (or 0x648FBF) is known color: Danube. HEX triplet: 64, 8F and BF. RGB value is (100,143,191). Sum of RGB (Red+Green+Blue) = 100+143+191=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #648FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FBF is #9B7040. Grayscale: #878787. Windows color (decimal): -10186817 or 12554084. OLE color: 12554084.
HSL color Cylindrical-coordinate representation of color #648FBF: hue angle of 211.65º 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 #648FBF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 143 | 191 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.25 |
| HSL | 211.65º | 0.42% | 0.57% | - |
| HSV(B) | 211.65º | 0.48% | 0.75% | - |
| XYZ | 24.48 | 26.12 | 53.04 | - |
| YUV | 135.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 191 | 0.48 | 0.25 | 0 | 0.25 | 211.65 | 0.42 | 0.57 |
| Hex | 64 | 8F | BF | 30 | 19 | 0 | 19 | D4 | 2A | 39 |
| Octal | 144 | 217 | 277 | 60 | 31 | 0 | 31 | 324 | 52 | 71 |
| Binary | 1100100 | 10001111 | 10111111 | 110000 | 11001 | 0 | 11001 | 11010100 | 101010 | 111001 |
Color Harmonies of #648FBF
Complementary color
Monochromatic Colors of #648FBF
Black with #648FBF
Text Example
Text Example
White with #648FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FBF; }
p { color: rgb(100,143,191); }
H1.HeaderClassName
{
color: #648FBF;
}
.AnyTagClassName
{
color: #648FBF;
}
</style>
background-color css
<style>
a { background-color: #648FBF; }
a { background-color: rgb(100,143,191); }
div.DivClassName
{
background-color: #648FBF;
}
.BgClassName
{
background-color: #648FBF;
}
</style>
border-color css
<style>
span { border-color: #648FBF; }
span { border-color: rgb(100,143,191); }
td.TdClassName
{
border-color: #648FBF;
}
.TagClassName
{
border-color: #648FBF;
}
</style>