Shades of Wild Blue Yonder #6E8AC6
Tints of Wild Blue Yonder #6E8AC6
RGB
CMYK
RGB Variations
Color information
#6E8AC6 (or 0x6E8AC6) is known color: Wild Blue Yonder. HEX triplet: 6E, 8A and C6. RGB value is (110,138,198). Sum of RGB (Red+Green+Blue) = 110+138+198=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E8AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8AC6 is #917539. Grayscale: #888888. Windows color (decimal): -9532730 or 13011566. OLE color: 13011566.
HSL color Cylindrical-coordinate representation of color #6E8AC6: hue angle of 220.91º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E8AC6 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 138 | 198 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.22 |
| HSL | 220.91º | 0.44% | 0.6% | - |
| HSV(B) | 220.91º | 0.44% | 0.78% | - |
| XYZ | 25.71 | 25.57 | 57.01 | - |
| YUV | 136.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 198 | 0.44 | 0.30 | 0 | 0.22 | 220.91 | 0.44 | 0.6 |
| Hex | 6E | 8A | C6 | 2C | 1E | 0 | 16 | DD | 2C | 3C |
| Octal | 156 | 212 | 306 | 54 | 36 | 0 | 26 | 335 | 54 | 74 |
| Binary | 1101110 | 10001010 | 11000110 | 101100 | 11110 | 0 | 10110 | 11011101 | 101100 | 111100 |
Color Harmonies of #6E8AC6
Complementary color
Monochromatic Colors of #6E8AC6
Black with #6E8AC6
Text Example
Text Example
White with #6E8AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8AC6; }
p { color: rgb(110,138,198); }
H1.HeaderClassName
{
color: #6E8AC6;
}
.AnyTagClassName
{
color: #6E8AC6;
}
</style>
background-color css
<style>
a { background-color: #6E8AC6; }
a { background-color: rgb(110,138,198); }
div.DivClassName
{
background-color: #6E8AC6;
}
.BgClassName
{
background-color: #6E8AC6;
}
</style>
border-color css
<style>
span { border-color: #6E8AC6; }
span { border-color: rgb(110,138,198); }
td.TdClassName
{
border-color: #6E8AC6;
}
.TagClassName
{
border-color: #6E8AC6;
}
</style>