Shades of Danube #6486CE
Tints of Danube #6486CE
RGB
CMYK
RGB Variations
Color information
#6486CE (or 0x6486CE) is known color: Danube. HEX triplet: 64, 86 and CE. RGB value is (100,134,206). Sum of RGB (Red+Green+Blue) = 100+134+206=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #6486CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486CE is #9B7931. Grayscale: #838383. Windows color (decimal): -10189106 or 13534820. OLE color: 13534820.
HSL color Cylindrical-coordinate representation of color #6486CE: hue angle of 220.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6486CE is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 134 | 206 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.19 |
| HSL | 220.75º | 0.52% | 0.6% | - |
| HSV(B) | 220.75º | 0.51% | 0.81% | - |
| XYZ | 24.92 | 24.22 | 61.75 | - |
| YUV | 132.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 206 | 0.51 | 0.35 | 0 | 0.19 | 220.75 | 0.52 | 0.6 |
| Hex | 64 | 86 | CE | 33 | 23 | 0 | 13 | DD | 34 | 3C |
| Octal | 144 | 206 | 316 | 63 | 43 | 0 | 23 | 335 | 64 | 74 |
| Binary | 1100100 | 10000110 | 11001110 | 110011 | 100011 | 0 | 10011 | 11011101 | 110100 | 111100 |
Color Harmonies of #6486CE
Complementary color
Monochromatic Colors of #6486CE
Black with #6486CE
Text Example
Text Example
White with #6486CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6486CE; }
p { color: rgb(100,134,206); }
H1.HeaderClassName
{
color: #6486CE;
}
.AnyTagClassName
{
color: #6486CE;
}
</style>
background-color css
<style>
a { background-color: #6486CE; }
a { background-color: rgb(100,134,206); }
div.DivClassName
{
background-color: #6486CE;
}
.BgClassName
{
background-color: #6486CE;
}
</style>
border-color css
<style>
span { border-color: #6486CE; }
span { border-color: rgb(100,134,206); }
td.TdClassName
{
border-color: #6486CE;
}
.TagClassName
{
border-color: #6486CE;
}
</style>