Shades of Danube #6E94CD
Tints of Danube #6E94CD
RGB
CMYK
RGB Variations
Color information
#6E94CD (or 0x6E94CD) is known color: Danube. HEX triplet: 6E, 94 and CD. RGB value is (110,148,205). Sum of RGB (Red+Green+Blue) = 110+148+205=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E94CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E94CD is #916B32. Grayscale: #8E8E8E. Windows color (decimal): -9530163 or 13472878. OLE color: 13472878.
HSL color Cylindrical-coordinate representation of color #6E94CD: hue angle of 216º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E94CD is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 148 | 205 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.20 |
| HSL | 216º | 0.49% | 0.62% | - |
| HSV(B) | 216º | 0.46% | 0.8% | - |
| XYZ | 28.04 | 28.9 | 61.86 | - |
| YUV | 143.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 148 | 205 | 0.46 | 0.28 | 0 | 0.20 | 216 | 0.49 | 0.62 |
| Hex | 6E | 94 | CD | 2E | 1C | 0 | 14 | D8 | 31 | 3E |
| Octal | 156 | 224 | 315 | 56 | 34 | 0 | 24 | 330 | 61 | 76 |
| Binary | 1101110 | 10010100 | 11001101 | 101110 | 11100 | 0 | 10100 | 11011000 | 110001 | 111110 |
Color Harmonies of #6E94CD
Complementary color
Monochromatic Colors of #6E94CD
Black with #6E94CD
Text Example
Text Example
White with #6E94CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E94CD; }
p { color: rgb(110,148,205); }
H1.HeaderClassName
{
color: #6E94CD;
}
.AnyTagClassName
{
color: #6E94CD;
}
</style>
background-color css
<style>
a { background-color: #6E94CD; }
a { background-color: rgb(110,148,205); }
div.DivClassName
{
background-color: #6E94CD;
}
.BgClassName
{
background-color: #6E94CD;
}
</style>
border-color css
<style>
span { border-color: #6E94CD; }
span { border-color: rgb(110,148,205); }
td.TdClassName
{
border-color: #6E94CD;
}
.TagClassName
{
border-color: #6E94CD;
}
</style>