Shades of Danube #6486CB
Tints of Danube #6486CB
RGB
CMYK
RGB Variations
Color information
#6486CB (or 0x6486CB) is known color: Danube. HEX triplet: 64, 86 and CB. RGB value is (100,134,203). Sum of RGB (Red+Green+Blue) = 100+134+203=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #6486CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486CB is #9B7934. Grayscale: #838383. Windows color (decimal): -10189109 or 13338212. OLE color: 13338212.
HSL color Cylindrical-coordinate representation of color #6486CB: hue angle of 220.19º 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 #6486CB is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 134 | 203 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.20 |
| HSL | 220.19º | 0.5% | 0.59% | - |
| HSV(B) | 220.19º | 0.51% | 0.8% | - |
| XYZ | 24.56 | 24.07 | 59.85 | - |
| YUV | 131.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 203 | 0.51 | 0.34 | 0 | 0.20 | 220.19 | 0.5 | 0.59 |
| Hex | 64 | 86 | CB | 33 | 22 | 0 | 14 | DC | 32 | 3B |
| Octal | 144 | 206 | 313 | 63 | 42 | 0 | 24 | 334 | 62 | 73 |
| Binary | 1100100 | 10000110 | 11001011 | 110011 | 100010 | 0 | 10100 | 11011100 | 110010 | 111011 |
Color Harmonies of #6486CB
Complementary color
Monochromatic Colors of #6486CB
Black with #6486CB
Text Example
Text Example
White with #6486CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6486CB; }
p { color: rgb(100,134,203); }
H1.HeaderClassName
{
color: #6486CB;
}
.AnyTagClassName
{
color: #6486CB;
}
</style>
background-color css
<style>
a { background-color: #6486CB; }
a { background-color: rgb(100,134,203); }
div.DivClassName
{
background-color: #6486CB;
}
.BgClassName
{
background-color: #6486CB;
}
</style>
border-color css
<style>
span { border-color: #6486CB; }
span { border-color: rgb(100,134,203); }
td.TdClassName
{
border-color: #6486CB;
}
.TagClassName
{
border-color: #6486CB;
}
</style>