Shades of Wild Blue Yonder #6E8ACE
Tints of Wild Blue Yonder #6E8ACE
RGB
CMYK
RGB Variations
Color information
#6E8ACE (or 0x6E8ACE) is known color: Wild Blue Yonder. HEX triplet: 6E, 8A and CE. RGB value is (110,138,206). Sum of RGB (Red+Green+Blue) = 110+138+206=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8ACE is #917531. Grayscale: #898989. Windows color (decimal): -9532722 or 13535854. OLE color: 13535854.
HSL color Cylindrical-coordinate representation of color #6E8ACE: hue angle of 222.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E8ACE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 138 | 206 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.19 |
| HSL | 222.5º | 0.49% | 0.62% | - |
| HSV(B) | 222.5º | 0.47% | 0.81% | - |
| XYZ | 26.66 | 25.95 | 62 | - |
| YUV | 137.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 206 | 0.47 | 0.33 | 0 | 0.19 | 222.5 | 0.49 | 0.62 |
| Hex | 6E | 8A | CE | 2F | 21 | 0 | 13 | DE | 31 | 3E |
| Octal | 156 | 212 | 316 | 57 | 41 | 0 | 23 | 336 | 61 | 76 |
| Binary | 1101110 | 10001010 | 11001110 | 101111 | 100001 | 0 | 10011 | 11011110 | 110001 | 111110 |
Color Harmonies of #6E8ACE
Complementary color
Monochromatic Colors of #6E8ACE
Black with #6E8ACE
Text Example
Text Example
White with #6E8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8ACE; }
p { color: rgb(110,138,206); }
H1.HeaderClassName
{
color: #6E8ACE;
}
.AnyTagClassName
{
color: #6E8ACE;
}
</style>
background-color css
<style>
a { background-color: #6E8ACE; }
a { background-color: rgb(110,138,206); }
div.DivClassName
{
background-color: #6E8ACE;
}
.BgClassName
{
background-color: #6E8ACE;
}
</style>
border-color css
<style>
span { border-color: #6E8ACE; }
span { border-color: rgb(110,138,206); }
td.TdClassName
{
border-color: #6E8ACE;
}
.TagClassName
{
border-color: #6E8ACE;
}
</style>