Shades of Wild Blue Yonder #6E8BC1
Tints of Wild Blue Yonder #6E8BC1
RGB
CMYK
RGB Variations
Color information
#6E8BC1 (or 0x6E8BC1) is known color: Wild Blue Yonder. HEX triplet: 6E, 8B and C1. RGB value is (110,139,193). Sum of RGB (Red+Green+Blue) = 110+139+193=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E8BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8BC1 is #91743E. Grayscale: #888888. Windows color (decimal): -9532479 or 12684142. OLE color: 12684142.
HSL color Cylindrical-coordinate representation of color #6E8BC1: hue angle of 219.04º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E8BC1 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 139 | 193 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.24 |
| HSL | 219.04º | 0.4% | 0.59% | - |
| HSV(B) | 219.04º | 0.43% | 0.76% | - |
| XYZ | 25.29 | 25.63 | 54.07 | - |
| YUV | 136.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 193 | 0.43 | 0.28 | 0 | 0.24 | 219.04 | 0.4 | 0.59 |
| Hex | 6E | 8B | C1 | 2B | 1C | 0 | 18 | DB | 28 | 3B |
| Octal | 156 | 213 | 301 | 53 | 34 | 0 | 30 | 333 | 50 | 73 |
| Binary | 1101110 | 10001011 | 11000001 | 101011 | 11100 | 0 | 11000 | 11011011 | 101000 | 111011 |
Color Harmonies of #6E8BC1
Complementary color
Monochromatic Colors of #6E8BC1
Black with #6E8BC1
Text Example
Text Example
White with #6E8BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8BC1; }
p { color: rgb(110,139,193); }
H1.HeaderClassName
{
color: #6E8BC1;
}
.AnyTagClassName
{
color: #6E8BC1;
}
</style>
background-color css
<style>
a { background-color: #6E8BC1; }
a { background-color: rgb(110,139,193); }
div.DivClassName
{
background-color: #6E8BC1;
}
.BgClassName
{
background-color: #6E8BC1;
}
</style>
border-color css
<style>
span { border-color: #6E8BC1; }
span { border-color: rgb(110,139,193); }
td.TdClassName
{
border-color: #6E8BC1;
}
.TagClassName
{
border-color: #6E8BC1;
}
</style>