Shades of Danube #648AB3
Tints of Danube #648AB3
RGB
CMYK
RGB Variations
Color information
#648AB3 (or 0x648AB3) is known color: Danube. HEX triplet: 64, 8A and B3. RGB value is (100,138,179). Sum of RGB (Red+Green+Blue) = 100+138+179=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #648AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AB3 is #9B754C. Grayscale: #838383. Windows color (decimal): -10188109 or 11766372. OLE color: 11766372.
HSL color Cylindrical-coordinate representation of color #648AB3: hue angle of 211.14º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #648AB3 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 138 | 179 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.30 |
| HSL | 211.14º | 0.34% | 0.55% | - |
| HSV(B) | 211.14º | 0.44% | 0.7% | - |
| XYZ | 22.48 | 24.14 | 46.12 | - |
| YUV | 131.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 179 | 0.44 | 0.23 | 0 | 0.30 | 211.14 | 0.34 | 0.55 |
| Hex | 64 | 8A | B3 | 2C | 17 | 0 | 1E | D3 | 22 | 37 |
| Octal | 144 | 212 | 263 | 54 | 27 | 0 | 36 | 323 | 42 | 67 |
| Binary | 1100100 | 10001010 | 10110011 | 101100 | 10111 | 0 | 11110 | 11010011 | 100010 | 110111 |
Color Harmonies of #648AB3
Complementary color
Monochromatic Colors of #648AB3
Black with #648AB3
Text Example
Text Example
White with #648AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AB3; }
p { color: rgb(100,138,179); }
H1.HeaderClassName
{
color: #648AB3;
}
.AnyTagClassName
{
color: #648AB3;
}
</style>
background-color css
<style>
a { background-color: #648AB3; }
a { background-color: rgb(100,138,179); }
div.DivClassName
{
background-color: #648AB3;
}
.BgClassName
{
background-color: #648AB3;
}
</style>
border-color css
<style>
span { border-color: #648AB3; }
span { border-color: rgb(100,138,179); }
td.TdClassName
{
border-color: #648AB3;
}
.TagClassName
{
border-color: #648AB3;
}
</style>