Shades of Wild Blue Yonder #6E86BF
Tints of Wild Blue Yonder #6E86BF
RGB
CMYK
RGB Variations
Color information
#6E86BF (or 0x6E86BF) is known color: Wild Blue Yonder. HEX triplet: 6E, 86 and BF. RGB value is (110,134,191). Sum of RGB (Red+Green+Blue) = 110+134+191=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E86BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E86BF is #917940. Grayscale: #858585. Windows color (decimal): -9533761 or 12551790. OLE color: 12551790.
HSL color Cylindrical-coordinate representation of color #6E86BF: hue angle of 222.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E86BF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 134 | 191 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.25 |
| HSL | 222.22º | 0.39% | 0.59% | - |
| HSV(B) | 222.22º | 0.42% | 0.75% | - |
| XYZ | 24.36 | 24.13 | 52.66 | - |
| YUV | 133.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 191 | 0.42 | 0.30 | 0 | 0.25 | 222.22 | 0.39 | 0.59 |
| Hex | 6E | 86 | BF | 2A | 1E | 0 | 19 | DE | 27 | 3B |
| Octal | 156 | 206 | 277 | 52 | 36 | 0 | 31 | 336 | 47 | 73 |
| Binary | 1101110 | 10000110 | 10111111 | 101010 | 11110 | 0 | 11001 | 11011110 | 100111 | 111011 |
Color Harmonies of #6E86BF
Complementary color
Monochromatic Colors of #6E86BF
Black with #6E86BF
Text Example
Text Example
White with #6E86BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E86BF; }
p { color: rgb(110,134,191); }
H1.HeaderClassName
{
color: #6E86BF;
}
.AnyTagClassName
{
color: #6E86BF;
}
</style>
background-color css
<style>
a { background-color: #6E86BF; }
a { background-color: rgb(110,134,191); }
div.DivClassName
{
background-color: #6E86BF;
}
.BgClassName
{
background-color: #6E86BF;
}
</style>
border-color css
<style>
span { border-color: #6E86BF; }
span { border-color: rgb(110,134,191); }
td.TdClassName
{
border-color: #6E86BF;
}
.TagClassName
{
border-color: #6E86BF;
}
</style>