Shades of Danube #6487BA
Tints of Danube #6487BA
RGB
CMYK
RGB Variations
Color information
#6487BA (or 0x6487BA) is known color: Danube. HEX triplet: 64, 87 and BA. RGB value is (100,135,186). Sum of RGB (Red+Green+Blue) = 100+135+186=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #6487BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487BA is #9B7845. Grayscale: #828282. Windows color (decimal): -10188870 or 12224356. OLE color: 12224356.
HSL color Cylindrical-coordinate representation of color #6487BA: hue angle of 215.58º 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 #6487BA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 135 | 186 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.27 |
| HSL | 215.58º | 0.38% | 0.56% | - |
| HSV(B) | 215.58º | 0.46% | 0.73% | - |
| XYZ | 22.78 | 23.58 | 49.81 | - |
| YUV | 130.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 186 | 0.46 | 0.27 | 0 | 0.27 | 215.58 | 0.38 | 0.56 |
| Hex | 64 | 87 | BA | 2E | 1B | 0 | 1B | D8 | 26 | 38 |
| Octal | 144 | 207 | 272 | 56 | 33 | 0 | 33 | 330 | 46 | 70 |
| Binary | 1100100 | 10000111 | 10111010 | 101110 | 11011 | 0 | 11011 | 11011000 | 100110 | 111000 |
Color Harmonies of #6487BA
Complementary color
Monochromatic Colors of #6487BA
Black with #6487BA
Text Example
Text Example
White with #6487BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487BA; }
p { color: rgb(100,135,186); }
H1.HeaderClassName
{
color: #6487BA;
}
.AnyTagClassName
{
color: #6487BA;
}
</style>
background-color css
<style>
a { background-color: #6487BA; }
a { background-color: rgb(100,135,186); }
div.DivClassName
{
background-color: #6487BA;
}
.BgClassName
{
background-color: #6487BA;
}
</style>
border-color css
<style>
span { border-color: #6487BA; }
span { border-color: rgb(100,135,186); }
td.TdClassName
{
border-color: #6487BA;
}
.TagClassName
{
border-color: #6487BA;
}
</style>