Shades of Wild Blue Yonder #6E83BA
Tints of Wild Blue Yonder #6E83BA
RGB
CMYK
RGB Variations
Color information
#6E83BA (or 0x6E83BA) is known color: Wild Blue Yonder. HEX triplet: 6E, 83 and BA. RGB value is (110,131,186). Sum of RGB (Red+Green+Blue) = 110+131+186=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E83BA is #917C45. Grayscale: #828282. Windows color (decimal): -9534534 or 12223342. OLE color: 12223342.
HSL color Cylindrical-coordinate representation of color #6E83BA: hue angle of 223.42º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E83BA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 131 | 186 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.27 |
| HSL | 223.42º | 0.36% | 0.58% | - |
| HSV(B) | 223.42º | 0.41% | 0.73% | - |
| XYZ | 23.41 | 23.09 | 49.68 | - |
| YUV | 130.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 186 | 0.41 | 0.30 | 0 | 0.27 | 223.42 | 0.36 | 0.58 |
| Hex | 6E | 83 | BA | 29 | 1E | 0 | 1B | DF | 24 | 3A |
| Octal | 156 | 203 | 272 | 51 | 36 | 0 | 33 | 337 | 44 | 72 |
| Binary | 1101110 | 10000011 | 10111010 | 101001 | 11110 | 0 | 11011 | 11011111 | 100100 | 111010 |
Color Harmonies of #6E83BA
Complementary color
Monochromatic Colors of #6E83BA
Black with #6E83BA
Text Example
Text Example
White with #6E83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E83BA; }
p { color: rgb(110,131,186); }
H1.HeaderClassName
{
color: #6E83BA;
}
.AnyTagClassName
{
color: #6E83BA;
}
</style>
background-color css
<style>
a { background-color: #6E83BA; }
a { background-color: rgb(110,131,186); }
div.DivClassName
{
background-color: #6E83BA;
}
.BgClassName
{
background-color: #6E83BA;
}
</style>
border-color css
<style>
span { border-color: #6E83BA; }
span { border-color: rgb(110,131,186); }
td.TdClassName
{
border-color: #6E83BA;
}
.TagClassName
{
border-color: #6E83BA;
}
</style>