Shades of Danube #648FB7
Tints of Danube #648FB7
RGB
CMYK
RGB Variations
Color information
#648FB7 (or 0x648FB7) is known color: Danube. HEX triplet: 64, 8F and B7. RGB value is (100,143,183). Sum of RGB (Red+Green+Blue) = 100+143+183=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #648FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FB7 is #9B7048. Grayscale: #868686. Windows color (decimal): -10186825 or 12029796. OLE color: 12029796.
HSL color Cylindrical-coordinate representation of color #648FB7: hue angle of 208.92º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #648FB7 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 143 | 183 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.28 |
| HSL | 208.92º | 0.37% | 0.55% | - |
| HSV(B) | 208.92º | 0.45% | 0.72% | - |
| XYZ | 23.63 | 25.77 | 48.53 | - |
| YUV | 134.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 183 | 0.45 | 0.22 | 0 | 0.28 | 208.92 | 0.37 | 0.55 |
| Hex | 64 | 8F | B7 | 2D | 16 | 0 | 1C | D1 | 25 | 37 |
| Octal | 144 | 217 | 267 | 55 | 26 | 0 | 34 | 321 | 45 | 67 |
| Binary | 1100100 | 10001111 | 10110111 | 101101 | 10110 | 0 | 11100 | 11010001 | 100101 | 110111 |
Color Harmonies of #648FB7
Complementary color
Monochromatic Colors of #648FB7
Black with #648FB7
Text Example
Text Example
White with #648FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FB7; }
p { color: rgb(100,143,183); }
H1.HeaderClassName
{
color: #648FB7;
}
.AnyTagClassName
{
color: #648FB7;
}
</style>
background-color css
<style>
a { background-color: #648FB7; }
a { background-color: rgb(100,143,183); }
div.DivClassName
{
background-color: #648FB7;
}
.BgClassName
{
background-color: #648FB7;
}
</style>
border-color css
<style>
span { border-color: #648FB7; }
span { border-color: rgb(100,143,183); }
td.TdClassName
{
border-color: #648FB7;
}
.TagClassName
{
border-color: #648FB7;
}
</style>