Shades of Wild Blue Yonder #6E8CBF
Tints of Wild Blue Yonder #6E8CBF
RGB
CMYK
RGB Variations
Color information
#6E8CBF (or 0x6E8CBF) is known color: Wild Blue Yonder. HEX triplet: 6E, 8C and BF. RGB value is (110,140,191). Sum of RGB (Red+Green+Blue) = 110+140+191=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E8CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CBF is #917340. Grayscale: #888888. Windows color (decimal): -9532225 or 12553326. OLE color: 12553326.
HSL color Cylindrical-coordinate representation of color #6E8CBF: hue angle of 217.78º 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 #6E8CBF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 140 | 191 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.25 |
| HSL | 217.78º | 0.39% | 0.59% | - |
| HSV(B) | 217.78º | 0.42% | 0.75% | - |
| XYZ | 25.21 | 25.83 | 52.95 | - |
| YUV | 136.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 191 | 0.42 | 0.27 | 0 | 0.25 | 217.78 | 0.39 | 0.59 |
| Hex | 6E | 8C | BF | 2A | 1B | 0 | 19 | DA | 27 | 3B |
| Octal | 156 | 214 | 277 | 52 | 33 | 0 | 31 | 332 | 47 | 73 |
| Binary | 1101110 | 10001100 | 10111111 | 101010 | 11011 | 0 | 11001 | 11011010 | 100111 | 111011 |
Color Harmonies of #6E8CBF
Complementary color
Monochromatic Colors of #6E8CBF
Black with #6E8CBF
Text Example
Text Example
White with #6E8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CBF; }
p { color: rgb(110,140,191); }
H1.HeaderClassName
{
color: #6E8CBF;
}
.AnyTagClassName
{
color: #6E8CBF;
}
</style>
background-color css
<style>
a { background-color: #6E8CBF; }
a { background-color: rgb(110,140,191); }
div.DivClassName
{
background-color: #6E8CBF;
}
.BgClassName
{
background-color: #6E8CBF;
}
</style>
border-color css
<style>
span { border-color: #6E8CBF; }
span { border-color: rgb(110,140,191); }
td.TdClassName
{
border-color: #6E8CBF;
}
.TagClassName
{
border-color: #6E8CBF;
}
</style>