Shades of Wild Blue Yonder #6E8BC9
Tints of Wild Blue Yonder #6E8BC9
RGB
CMYK
RGB Variations
Color information
#6E8BC9 (or 0x6E8BC9) is known color: Wild Blue Yonder. HEX triplet: 6E, 8B and C9. RGB value is (110,139,201). Sum of RGB (Red+Green+Blue) = 110+139+201=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #6E8BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8BC9 is #917436. Grayscale: #898989. Windows color (decimal): -9532471 or 13208430. OLE color: 13208430.
HSL color Cylindrical-coordinate representation of color #6E8BC9: hue angle of 220.88º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E8BC9 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 139 | 201 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.21 |
| HSL | 220.88º | 0.46% | 0.61% | - |
| HSV(B) | 220.88º | 0.45% | 0.79% | - |
| XYZ | 26.21 | 26 | 58.9 | - |
| YUV | 137.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 201 | 0.45 | 0.31 | 0 | 0.21 | 220.88 | 0.46 | 0.61 |
| Hex | 6E | 8B | C9 | 2D | 1F | 0 | 15 | DD | 2E | 3D |
| Octal | 156 | 213 | 311 | 55 | 37 | 0 | 25 | 335 | 56 | 75 |
| Binary | 1101110 | 10001011 | 11001001 | 101101 | 11111 | 0 | 10101 | 11011101 | 101110 | 111101 |
Color Harmonies of #6E8BC9
Complementary color
Monochromatic Colors of #6E8BC9
Black with #6E8BC9
Text Example
Text Example
White with #6E8BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8BC9; }
p { color: rgb(110,139,201); }
H1.HeaderClassName
{
color: #6E8BC9;
}
.AnyTagClassName
{
color: #6E8BC9;
}
</style>
background-color css
<style>
a { background-color: #6E8BC9; }
a { background-color: rgb(110,139,201); }
div.DivClassName
{
background-color: #6E8BC9;
}
.BgClassName
{
background-color: #6E8BC9;
}
</style>
border-color css
<style>
span { border-color: #6E8BC9; }
span { border-color: rgb(110,139,201); }
td.TdClassName
{
border-color: #6E8BC9;
}
.TagClassName
{
border-color: #6E8BC9;
}
</style>