Shades of Danube #6894CE
Tints of Danube #6894CE
RGB
CMYK
RGB Variations
Color information
#6894CE (or 0x6894CE) is known color: Danube. HEX triplet: 68, 94 and CE. RGB value is (104,148,206). Sum of RGB (Red+Green+Blue) = 104+148+206=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #6894CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6894CE is #976B31. Grayscale: #8D8D8D. Windows color (decimal): -9923378 or 13538408. OLE color: 13538408.
HSL color Cylindrical-coordinate representation of color #6894CE: hue angle of 214.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6894CE is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 148 | 206 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.19 |
| HSL | 214.12º | 0.51% | 0.61% | - |
| HSV(B) | 214.12º | 0.5% | 0.81% | - |
| XYZ | 27.44 | 28.58 | 62.46 | - |
| YUV | 141.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 206 | 0.50 | 0.28 | 0 | 0.19 | 214.12 | 0.51 | 0.61 |
| Hex | 68 | 94 | CE | 32 | 1C | 0 | 13 | D6 | 33 | 3D |
| Octal | 150 | 224 | 316 | 62 | 34 | 0 | 23 | 326 | 63 | 75 |
| Binary | 1101000 | 10010100 | 11001110 | 110010 | 11100 | 0 | 10011 | 11010110 | 110011 | 111101 |
Color Harmonies of #6894CE
Complementary color
Monochromatic Colors of #6894CE
Black with #6894CE
Text Example
Text Example
White with #6894CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6894CE; }
p { color: rgb(104,148,206); }
H1.HeaderClassName
{
color: #6894CE;
}
.AnyTagClassName
{
color: #6894CE;
}
</style>
background-color css
<style>
a { background-color: #6894CE; }
a { background-color: rgb(104,148,206); }
div.DivClassName
{
background-color: #6894CE;
}
.BgClassName
{
background-color: #6894CE;
}
</style>
border-color css
<style>
span { border-color: #6894CE; }
span { border-color: rgb(104,148,206); }
td.TdClassName
{
border-color: #6894CE;
}
.TagClassName
{
border-color: #6894CE;
}
</style>