Shades of Wild Blue Yonder #6E8BCB
Tints of Wild Blue Yonder #6E8BCB
RGB
CMYK
RGB Variations
Color information
#6E8BCB (or 0x6E8BCB) is known color: Wild Blue Yonder. HEX triplet: 6E, 8B and CB. RGB value is (110,139,203). Sum of RGB (Red+Green+Blue) = 110+139+203=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8BCB is #917434. Grayscale: #898989. Windows color (decimal): -9532469 or 13339502. OLE color: 13339502.
HSL color Cylindrical-coordinate representation of color #6E8BCB: hue angle of 221.29º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E8BCB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 139 | 203 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.20 |
| HSL | 221.29º | 0.47% | 0.61% | - |
| HSV(B) | 221.29º | 0.46% | 0.8% | - |
| XYZ | 26.44 | 26.09 | 60.14 | - |
| YUV | 137.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 203 | 0.46 | 0.32 | 0 | 0.20 | 221.29 | 0.47 | 0.61 |
| Hex | 6E | 8B | CB | 2E | 20 | 0 | 14 | DD | 2F | 3D |
| Octal | 156 | 213 | 313 | 56 | 40 | 0 | 24 | 335 | 57 | 75 |
| Binary | 1101110 | 10001011 | 11001011 | 101110 | 100000 | 0 | 10100 | 11011101 | 101111 | 111101 |
Color Harmonies of #6E8BCB
Complementary color
Monochromatic Colors of #6E8BCB
Black with #6E8BCB
Text Example
Text Example
White with #6E8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8BCB; }
p { color: rgb(110,139,203); }
H1.HeaderClassName
{
color: #6E8BCB;
}
.AnyTagClassName
{
color: #6E8BCB;
}
</style>
background-color css
<style>
a { background-color: #6E8BCB; }
a { background-color: rgb(110,139,203); }
div.DivClassName
{
background-color: #6E8BCB;
}
.BgClassName
{
background-color: #6E8BCB;
}
</style>
border-color css
<style>
span { border-color: #6E8BCB; }
span { border-color: rgb(110,139,203); }
td.TdClassName
{
border-color: #6E8BCB;
}
.TagClassName
{
border-color: #6E8BCB;
}
</style>