Shades of Danube #6487CB
Tints of Danube #6487CB
RGB
CMYK
RGB Variations
Color information
#6487CB (or 0x6487CB) is known color: Danube. HEX triplet: 64, 87 and CB. RGB value is (100,135,203). Sum of RGB (Red+Green+Blue) = 100+135+203=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #6487CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487CB is #9B7834. Grayscale: #838383. Windows color (decimal): -10188853 or 13338468. OLE color: 13338468.
HSL color Cylindrical-coordinate representation of color #6487CB: hue angle of 219.61º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6487CB is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 135 | 203 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.20 |
| HSL | 219.61º | 0.5% | 0.59% | - |
| HSV(B) | 219.61º | 0.51% | 0.8% | - |
| XYZ | 24.7 | 24.35 | 59.9 | - |
| YUV | 132.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 203 | 0.51 | 0.33 | 0 | 0.20 | 219.61 | 0.5 | 0.59 |
| Hex | 64 | 87 | CB | 33 | 21 | 0 | 14 | DC | 32 | 3B |
| Octal | 144 | 207 | 313 | 63 | 41 | 0 | 24 | 334 | 62 | 73 |
| Binary | 1100100 | 10000111 | 11001011 | 110011 | 100001 | 0 | 10100 | 11011100 | 110010 | 111011 |
Color Harmonies of #6487CB
Complementary color
Monochromatic Colors of #6487CB
Black with #6487CB
Text Example
Text Example
White with #6487CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487CB; }
p { color: rgb(100,135,203); }
H1.HeaderClassName
{
color: #6487CB;
}
.AnyTagClassName
{
color: #6487CB;
}
</style>
background-color css
<style>
a { background-color: #6487CB; }
a { background-color: rgb(100,135,203); }
div.DivClassName
{
background-color: #6487CB;
}
.BgClassName
{
background-color: #6487CB;
}
</style>
border-color css
<style>
span { border-color: #6487CB; }
span { border-color: rgb(100,135,203); }
td.TdClassName
{
border-color: #6487CB;
}
.TagClassName
{
border-color: #6487CB;
}
</style>