Shades of Wild Blue Yonder #6E8CCF
Tints of Wild Blue Yonder #6E8CCF
RGB
CMYK
RGB Variations
Color information
#6E8CCF (or 0x6E8CCF) is known color: Wild Blue Yonder. HEX triplet: 6E, 8C and CF. RGB value is (110,140,207). Sum of RGB (Red+Green+Blue) = 110+140+207=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E8CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CCF is #917330. Grayscale: #8A8A8A. Windows color (decimal): -9532209 or 13601902. OLE color: 13601902.
HSL color Cylindrical-coordinate representation of color #6E8CCF: hue angle of 221.44º degrees, saturation: 0.5, 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 #6E8CCF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 140 | 207 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.19 |
| HSL | 221.44º | 0.5% | 0.62% | - |
| HSV(B) | 221.44º | 0.47% | 0.81% | - |
| XYZ | 27.07 | 26.58 | 62.73 | - |
| YUV | 138.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 207 | 0.47 | 0.32 | 0 | 0.19 | 221.44 | 0.5 | 0.62 |
| Hex | 6E | 8C | CF | 2F | 20 | 0 | 13 | DD | 32 | 3E |
| Octal | 156 | 214 | 317 | 57 | 40 | 0 | 23 | 335 | 62 | 76 |
| Binary | 1101110 | 10001100 | 11001111 | 101111 | 100000 | 0 | 10011 | 11011101 | 110010 | 111110 |
Color Harmonies of #6E8CCF
Complementary color
Monochromatic Colors of #6E8CCF
Black with #6E8CCF
Text Example
Text Example
White with #6E8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CCF; }
p { color: rgb(110,140,207); }
H1.HeaderClassName
{
color: #6E8CCF;
}
.AnyTagClassName
{
color: #6E8CCF;
}
</style>
background-color css
<style>
a { background-color: #6E8CCF; }
a { background-color: rgb(110,140,207); }
div.DivClassName
{
background-color: #6E8CCF;
}
.BgClassName
{
background-color: #6E8CCF;
}
</style>
border-color css
<style>
span { border-color: #6E8CCF; }
span { border-color: rgb(110,140,207); }
td.TdClassName
{
border-color: #6E8CCF;
}
.TagClassName
{
border-color: #6E8CCF;
}
</style>