Shades of Danube #648FBA
Tints of Danube #648FBA
RGB
CMYK
RGB Variations
Color information
#648FBA (or 0x648FBA) is known color: Danube. HEX triplet: 64, 8F and BA. RGB value is (100,143,186). Sum of RGB (Red+Green+Blue) = 100+143+186=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #648FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FBA is #9B7045. Grayscale: #868686. Windows color (decimal): -10186822 or 12226404. OLE color: 12226404.
HSL color Cylindrical-coordinate representation of color #648FBA: hue angle of 210º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648FBA is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 143 | 186 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.27 |
| HSL | 210º | 0.38% | 0.56% | - |
| HSV(B) | 210º | 0.46% | 0.73% | - |
| XYZ | 23.94 | 25.9 | 50.19 | - |
| YUV | 135.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 186 | 0.46 | 0.23 | 0 | 0.27 | 210 | 0.38 | 0.56 |
| Hex | 64 | 8F | BA | 2E | 17 | 0 | 1B | D2 | 26 | 38 |
| Octal | 144 | 217 | 272 | 56 | 27 | 0 | 33 | 322 | 46 | 70 |
| Binary | 1100100 | 10001111 | 10111010 | 101110 | 10111 | 0 | 11011 | 11010010 | 100110 | 111000 |
Color Harmonies of #648FBA
Complementary color
Monochromatic Colors of #648FBA
Black with #648FBA
Text Example
Text Example
White with #648FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FBA; }
p { color: rgb(100,143,186); }
H1.HeaderClassName
{
color: #648FBA;
}
.AnyTagClassName
{
color: #648FBA;
}
</style>
background-color css
<style>
a { background-color: #648FBA; }
a { background-color: rgb(100,143,186); }
div.DivClassName
{
background-color: #648FBA;
}
.BgClassName
{
background-color: #648FBA;
}
</style>
border-color css
<style>
span { border-color: #648FBA; }
span { border-color: rgb(100,143,186); }
td.TdClassName
{
border-color: #648FBA;
}
.TagClassName
{
border-color: #648FBA;
}
</style>