Shades of Danube #6487BC
Tints of Danube #6487BC
RGB
CMYK
RGB Variations
Color information
#6487BC (or 0x6487BC) is known color: Danube. HEX triplet: 64, 87 and BC. RGB value is (100,135,188). Sum of RGB (Red+Green+Blue) = 100+135+188=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6487BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487BC is #9B7843. Grayscale: #828282. Windows color (decimal): -10188868 or 12355428. OLE color: 12355428.
HSL color Cylindrical-coordinate representation of color #6487BC: hue angle of 216.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6487BC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 135 | 188 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.26 |
| HSL | 216.14º | 0.4% | 0.56% | - |
| HSV(B) | 216.14º | 0.47% | 0.74% | - |
| XYZ | 23 | 23.67 | 50.93 | - |
| YUV | 130.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 188 | 0.47 | 0.28 | 0 | 0.26 | 216.14 | 0.4 | 0.56 |
| Hex | 64 | 87 | BC | 2F | 1C | 0 | 1A | D8 | 28 | 38 |
| Octal | 144 | 207 | 274 | 57 | 34 | 0 | 32 | 330 | 50 | 70 |
| Binary | 1100100 | 10000111 | 10111100 | 101111 | 11100 | 0 | 11010 | 11011000 | 101000 | 111000 |
Color Harmonies of #6487BC
Complementary color
Monochromatic Colors of #6487BC
Black with #6487BC
Text Example
Text Example
White with #6487BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487BC; }
p { color: rgb(100,135,188); }
H1.HeaderClassName
{
color: #6487BC;
}
.AnyTagClassName
{
color: #6487BC;
}
</style>
background-color css
<style>
a { background-color: #6487BC; }
a { background-color: rgb(100,135,188); }
div.DivClassName
{
background-color: #6487BC;
}
.BgClassName
{
background-color: #6487BC;
}
</style>
border-color css
<style>
span { border-color: #6487BC; }
span { border-color: rgb(100,135,188); }
td.TdClassName
{
border-color: #6487BC;
}
.TagClassName
{
border-color: #6487BC;
}
</style>