Shades of Wild Blue Yonder #6E86CA
Tints of Wild Blue Yonder #6E86CA
RGB
CMYK
RGB Variations
Color information
#6E86CA (or 0x6E86CA) is known color: Wild Blue Yonder. HEX triplet: 6E, 86 and CA. RGB value is (110,134,202). Sum of RGB (Red+Green+Blue) = 110+134+202=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E86CA is #917935. Grayscale: #868686. Windows color (decimal): -9533750 or 13272686. OLE color: 13272686.
HSL color Cylindrical-coordinate representation of color #6E86CA: hue angle of 224.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E86CA is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 134 | 202 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.21 |
| HSL | 224.35º | 0.46% | 0.61% | - |
| HSV(B) | 224.35º | 0.46% | 0.79% | - |
| XYZ | 25.62 | 24.63 | 59.28 | - |
| YUV | 134.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 202 | 0.46 | 0.34 | 0 | 0.21 | 224.35 | 0.46 | 0.61 |
| Hex | 6E | 86 | CA | 2E | 22 | 0 | 15 | E0 | 2E | 3D |
| Octal | 156 | 206 | 312 | 56 | 42 | 0 | 25 | 340 | 56 | 75 |
| Binary | 1101110 | 10000110 | 11001010 | 101110 | 100010 | 0 | 10101 | 11100000 | 101110 | 111101 |
Color Harmonies of #6E86CA
Complementary color
Monochromatic Colors of #6E86CA
Black with #6E86CA
Text Example
Text Example
White with #6E86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E86CA; }
p { color: rgb(110,134,202); }
H1.HeaderClassName
{
color: #6E86CA;
}
.AnyTagClassName
{
color: #6E86CA;
}
</style>
background-color css
<style>
a { background-color: #6E86CA; }
a { background-color: rgb(110,134,202); }
div.DivClassName
{
background-color: #6E86CA;
}
.BgClassName
{
background-color: #6E86CA;
}
</style>
border-color css
<style>
span { border-color: #6E86CA; }
span { border-color: rgb(110,134,202); }
td.TdClassName
{
border-color: #6E86CA;
}
.TagClassName
{
border-color: #6E86CA;
}
</style>