Shades of Danube #6E8FBD
Tints of Danube #6E8FBD
RGB
CMYK
RGB Variations
Color information
#6E8FBD (or 0x6E8FBD) is known color: Danube. HEX triplet: 6E, 8F and BD. RGB value is (110,143,189). Sum of RGB (Red+Green+Blue) = 110+143+189=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E8FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FBD is #917042. Grayscale: #8A8A8A. Windows color (decimal): -9531459 or 12423022. OLE color: 12423022.
HSL color Cylindrical-coordinate representation of color #6E8FBD: hue angle of 214.94º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E8FBD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 143 | 189 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.26 |
| HSL | 214.94º | 0.37% | 0.59% | - |
| HSV(B) | 214.94º | 0.42% | 0.74% | - |
| XYZ | 25.44 | 26.63 | 51.94 | - |
| YUV | 138.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 189 | 0.42 | 0.24 | 0 | 0.26 | 214.94 | 0.37 | 0.59 |
| Hex | 6E | 8F | BD | 2A | 18 | 0 | 1A | D7 | 25 | 3B |
| Octal | 156 | 217 | 275 | 52 | 30 | 0 | 32 | 327 | 45 | 73 |
| Binary | 1101110 | 10001111 | 10111101 | 101010 | 11000 | 0 | 11010 | 11010111 | 100101 | 111011 |
Color Harmonies of #6E8FBD
Complementary color
Monochromatic Colors of #6E8FBD
Black with #6E8FBD
Text Example
Text Example
White with #6E8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8FBD; }
p { color: rgb(110,143,189); }
H1.HeaderClassName
{
color: #6E8FBD;
}
.AnyTagClassName
{
color: #6E8FBD;
}
</style>
background-color css
<style>
a { background-color: #6E8FBD; }
a { background-color: rgb(110,143,189); }
div.DivClassName
{
background-color: #6E8FBD;
}
.BgClassName
{
background-color: #6E8FBD;
}
</style>
border-color css
<style>
span { border-color: #6E8FBD; }
span { border-color: rgb(110,143,189); }
td.TdClassName
{
border-color: #6E8FBD;
}
.TagClassName
{
border-color: #6E8FBD;
}
</style>