Shades of Wild Blue Yonder #6E8ABD
Tints of Wild Blue Yonder #6E8ABD
RGB
CMYK
RGB Variations
Color information
#6E8ABD (or 0x6E8ABD) is known color: Wild Blue Yonder. HEX triplet: 6E, 8A and BD. RGB value is (110,138,189). Sum of RGB (Red+Green+Blue) = 110+138+189=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E8ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8ABD is #917542. Grayscale: #878787. Windows color (decimal): -9532739 or 12421742. OLE color: 12421742.
HSL color Cylindrical-coordinate representation of color #6E8ABD: hue angle of 218.73º 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 #6E8ABD is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 138 | 189 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.26 |
| HSL | 218.73º | 0.37% | 0.59% | - |
| HSV(B) | 218.73º | 0.42% | 0.74% | - |
| XYZ | 24.7 | 25.17 | 51.7 | - |
| YUV | 135.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 189 | 0.42 | 0.27 | 0 | 0.26 | 218.73 | 0.37 | 0.59 |
| Hex | 6E | 8A | BD | 2A | 1B | 0 | 1A | DB | 25 | 3B |
| Octal | 156 | 212 | 275 | 52 | 33 | 0 | 32 | 333 | 45 | 73 |
| Binary | 1101110 | 10001010 | 10111101 | 101010 | 11011 | 0 | 11010 | 11011011 | 100101 | 111011 |
Color Harmonies of #6E8ABD
Complementary color
Monochromatic Colors of #6E8ABD
Black with #6E8ABD
Text Example
Text Example
White with #6E8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8ABD; }
p { color: rgb(110,138,189); }
H1.HeaderClassName
{
color: #6E8ABD;
}
.AnyTagClassName
{
color: #6E8ABD;
}
</style>
background-color css
<style>
a { background-color: #6E8ABD; }
a { background-color: rgb(110,138,189); }
div.DivClassName
{
background-color: #6E8ABD;
}
.BgClassName
{
background-color: #6E8ABD;
}
</style>
border-color css
<style>
span { border-color: #6E8ABD; }
span { border-color: rgb(110,138,189); }
td.TdClassName
{
border-color: #6E8ABD;
}
.TagClassName
{
border-color: #6E8ABD;
}
</style>