Shades of Danube #6487CF
Tints of Danube #6487CF
RGB
CMYK
RGB Variations
Color information
#6487CF (or 0x6487CF) is known color: Danube. HEX triplet: 64, 87 and CF. RGB value is (100,135,207). Sum of RGB (Red+Green+Blue) = 100+135+207=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #6487CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487CF is #9B7830. Grayscale: #848484. Windows color (decimal): -10188849 or 13600612. OLE color: 13600612.
HSL color Cylindrical-coordinate representation of color #6487CF: hue angle of 220.37º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6487CF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 135 | 207 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.19 |
| HSL | 220.37º | 0.53% | 0.6% | - |
| HSV(B) | 220.37º | 0.52% | 0.81% | - |
| XYZ | 25.18 | 24.54 | 62.44 | - |
| YUV | 132.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 207 | 0.52 | 0.35 | 0 | 0.19 | 220.37 | 0.53 | 0.6 |
| Hex | 64 | 87 | CF | 34 | 23 | 0 | 13 | DC | 35 | 3C |
| Octal | 144 | 207 | 317 | 64 | 43 | 0 | 23 | 334 | 65 | 74 |
| Binary | 1100100 | 10000111 | 11001111 | 110100 | 100011 | 0 | 10011 | 11011100 | 110101 | 111100 |
Color Harmonies of #6487CF
Complementary color
Monochromatic Colors of #6487CF
Black with #6487CF
Text Example
Text Example
White with #6487CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487CF; }
p { color: rgb(100,135,207); }
H1.HeaderClassName
{
color: #6487CF;
}
.AnyTagClassName
{
color: #6487CF;
}
</style>
background-color css
<style>
a { background-color: #6487CF; }
a { background-color: rgb(100,135,207); }
div.DivClassName
{
background-color: #6487CF;
}
.BgClassName
{
background-color: #6487CF;
}
</style>
border-color css
<style>
span { border-color: #6487CF; }
span { border-color: rgb(100,135,207); }
td.TdClassName
{
border-color: #6487CF;
}
.TagClassName
{
border-color: #6487CF;
}
</style>