Shades of Wild Blue Yonder #6E89BA
Tints of Wild Blue Yonder #6E89BA
RGB
CMYK
RGB Variations
Color information
#6E89BA (or 0x6E89BA) is known color: Wild Blue Yonder. HEX triplet: 6E, 89 and BA. RGB value is (110,137,186). Sum of RGB (Red+Green+Blue) = 110+137+186=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E89BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E89BA is #917645. Grayscale: #868686. Windows color (decimal): -9532998 or 12224878. OLE color: 12224878.
HSL color Cylindrical-coordinate representation of color #6E89BA: hue angle of 218.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E89BA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 137 | 186 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.27 |
| HSL | 218.68º | 0.36% | 0.58% | - |
| HSV(B) | 218.68º | 0.41% | 0.73% | - |
| XYZ | 24.24 | 24.75 | 49.95 | - |
| YUV | 134.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 186 | 0.41 | 0.26 | 0 | 0.27 | 218.68 | 0.36 | 0.58 |
| Hex | 6E | 89 | BA | 29 | 1A | 0 | 1B | DB | 24 | 3A |
| Octal | 156 | 211 | 272 | 51 | 32 | 0 | 33 | 333 | 44 | 72 |
| Binary | 1101110 | 10001001 | 10111010 | 101001 | 11010 | 0 | 11011 | 11011011 | 100100 | 111010 |
Color Harmonies of #6E89BA
Complementary color
Monochromatic Colors of #6E89BA
Black with #6E89BA
Text Example
Text Example
White with #6E89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E89BA; }
p { color: rgb(110,137,186); }
H1.HeaderClassName
{
color: #6E89BA;
}
.AnyTagClassName
{
color: #6E89BA;
}
</style>
background-color css
<style>
a { background-color: #6E89BA; }
a { background-color: rgb(110,137,186); }
div.DivClassName
{
background-color: #6E89BA;
}
.BgClassName
{
background-color: #6E89BA;
}
</style>
border-color css
<style>
span { border-color: #6E89BA; }
span { border-color: rgb(110,137,186); }
td.TdClassName
{
border-color: #6E89BA;
}
.TagClassName
{
border-color: #6E89BA;
}
</style>