Shades of Danube #6E8FCD
Tints of Danube #6E8FCD
RGB
CMYK
RGB Variations
Color information
#6E8FCD (or 0x6E8FCD) is known color: Danube. HEX triplet: 6E, 8F and CD. RGB value is (110,143,205). Sum of RGB (Red+Green+Blue) = 110+143+205=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FCD is #917032. Grayscale: #8B8B8B. Windows color (decimal): -9531443 or 13471598. OLE color: 13471598.
HSL color Cylindrical-coordinate representation of color #6E8FCD: hue angle of 219.16º 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 #6E8FCD is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 143 | 205 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.20 |
| HSL | 219.16º | 0.49% | 0.62% | - |
| HSV(B) | 219.16º | 0.46% | 0.8% | - |
| XYZ | 27.27 | 27.37 | 61.6 | - |
| YUV | 140.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 205 | 0.46 | 0.30 | 0 | 0.20 | 219.16 | 0.49 | 0.62 |
| Hex | 6E | 8F | CD | 2E | 1E | 0 | 14 | DB | 31 | 3E |
| Octal | 156 | 217 | 315 | 56 | 36 | 0 | 24 | 333 | 61 | 76 |
| Binary | 1101110 | 10001111 | 11001101 | 101110 | 11110 | 0 | 10100 | 11011011 | 110001 | 111110 |
Color Harmonies of #6E8FCD
Complementary color
Monochromatic Colors of #6E8FCD
Black with #6E8FCD
Text Example
Text Example
White with #6E8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8FCD; }
p { color: rgb(110,143,205); }
H1.HeaderClassName
{
color: #6E8FCD;
}
.AnyTagClassName
{
color: #6E8FCD;
}
</style>
background-color css
<style>
a { background-color: #6E8FCD; }
a { background-color: rgb(110,143,205); }
div.DivClassName
{
background-color: #6E8FCD;
}
.BgClassName
{
background-color: #6E8FCD;
}
</style>
border-color css
<style>
span { border-color: #6E8FCD; }
span { border-color: rgb(110,143,205); }
td.TdClassName
{
border-color: #6E8FCD;
}
.TagClassName
{
border-color: #6E8FCD;
}
</style>