Shades of Danube #648CB7
Tints of Danube #648CB7
RGB
CMYK
RGB Variations
Color information
#648CB7 (or 0x648CB7) is known color: Danube. HEX triplet: 64, 8C and B7. RGB value is (100,140,183). Sum of RGB (Red+Green+Blue) = 100+140+183=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 183 - color contains mainly: blue. Hex color #648CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CB7 is #9B7348. Grayscale: #848484. Windows color (decimal): -10187593 or 12029028. OLE color: 12029028.
HSL color Cylindrical-coordinate representation of color #648CB7: hue angle of 211.08º 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 #648CB7 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 140 | 183 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.28 |
| HSL | 211.08º | 0.37% | 0.55% | - |
| HSV(B) | 211.08º | 0.45% | 0.72% | - |
| XYZ | 23.18 | 24.88 | 48.38 | - |
| YUV | 132.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 183 | 0.45 | 0.23 | 0 | 0.28 | 211.08 | 0.37 | 0.55 |
| Hex | 64 | 8C | B7 | 2D | 17 | 0 | 1C | D3 | 25 | 37 |
| Octal | 144 | 214 | 267 | 55 | 27 | 0 | 34 | 323 | 45 | 67 |
| Binary | 1100100 | 10001100 | 10110111 | 101101 | 10111 | 0 | 11100 | 11010011 | 100101 | 110111 |
Color Harmonies of #648CB7
Complementary color
Monochromatic Colors of #648CB7
Black with #648CB7
Text Example
Text Example
White with #648CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648CB7; }
p { color: rgb(100,140,183); }
H1.HeaderClassName
{
color: #648CB7;
}
.AnyTagClassName
{
color: #648CB7;
}
</style>
background-color css
<style>
a { background-color: #648CB7; }
a { background-color: rgb(100,140,183); }
div.DivClassName
{
background-color: #648CB7;
}
.BgClassName
{
background-color: #648CB7;
}
</style>
border-color css
<style>
span { border-color: #648CB7; }
span { border-color: rgb(100,140,183); }
td.TdClassName
{
border-color: #648CB7;
}
.TagClassName
{
border-color: #648CB7;
}
</style>