Shades of Danube #6E8FCA
Tints of Danube #6E8FCA
RGB
CMYK
RGB Variations
Color information
#6E8FCA (or 0x6E8FCA) is known color: Danube. HEX triplet: 6E, 8F and CA. RGB value is (110,143,202). Sum of RGB (Red+Green+Blue) = 110+143+202=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E8FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FCA is #917035. Grayscale: #8B8B8B. Windows color (decimal): -9531446 or 13274990. OLE color: 13274990.
HSL color Cylindrical-coordinate representation of color #6E8FCA: hue angle of 218.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E8FCA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 143 | 202 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.21 |
| HSL | 218.48º | 0.46% | 0.61% | - |
| HSV(B) | 218.48º | 0.46% | 0.79% | - |
| XYZ | 26.91 | 27.22 | 59.71 | - |
| YUV | 139.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 202 | 0.46 | 0.29 | 0 | 0.21 | 218.48 | 0.46 | 0.61 |
| Hex | 6E | 8F | CA | 2E | 1D | 0 | 15 | DA | 2E | 3D |
| Octal | 156 | 217 | 312 | 56 | 35 | 0 | 25 | 332 | 56 | 75 |
| Binary | 1101110 | 10001111 | 11001010 | 101110 | 11101 | 0 | 10101 | 11011010 | 101110 | 111101 |
Color Harmonies of #6E8FCA
Complementary color
Monochromatic Colors of #6E8FCA
Black with #6E8FCA
Text Example
Text Example
White with #6E8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8FCA; }
p { color: rgb(110,143,202); }
H1.HeaderClassName
{
color: #6E8FCA;
}
.AnyTagClassName
{
color: #6E8FCA;
}
</style>
background-color css
<style>
a { background-color: #6E8FCA; }
a { background-color: rgb(110,143,202); }
div.DivClassName
{
background-color: #6E8FCA;
}
.BgClassName
{
background-color: #6E8FCA;
}
</style>
border-color css
<style>
span { border-color: #6E8FCA; }
span { border-color: rgb(110,143,202); }
td.TdClassName
{
border-color: #6E8FCA;
}
.TagClassName
{
border-color: #6E8FCA;
}
</style>