Shades of Wild Blue Yonder #6E82BE
Tints of Wild Blue Yonder #6E82BE
RGB
CMYK
RGB Variations
Color information
#6E82BE (or 0x6E82BE) is known color: Wild Blue Yonder. HEX triplet: 6E, 82 and BE. RGB value is (110,130,190). Sum of RGB (Red+Green+Blue) = 110+130+190=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E82BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E82BE is #917D41. Grayscale: #828282. Windows color (decimal): -9534786 or 12485230. OLE color: 12485230.
HSL color Cylindrical-coordinate representation of color #6E82BE: hue angle of 225º degrees, saturation: 0.38, 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 #6E82BE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 130 | 190 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.25 |
| HSL | 225º | 0.38% | 0.59% | - |
| HSV(B) | 225º | 0.42% | 0.75% | - |
| XYZ | 23.71 | 23 | 51.9 | - |
| YUV | 130.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 190 | 0.42 | 0.32 | 0 | 0.25 | 225 | 0.38 | 0.59 |
| Hex | 6E | 82 | BE | 2A | 20 | 0 | 19 | E1 | 26 | 3B |
| Octal | 156 | 202 | 276 | 52 | 40 | 0 | 31 | 341 | 46 | 73 |
| Binary | 1101110 | 10000010 | 10111110 | 101010 | 100000 | 0 | 11001 | 11100001 | 100110 | 111011 |
Color Harmonies of #6E82BE
Complementary color
Monochromatic Colors of #6E82BE
Black with #6E82BE
Text Example
Text Example
White with #6E82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E82BE; }
p { color: rgb(110,130,190); }
H1.HeaderClassName
{
color: #6E82BE;
}
.AnyTagClassName
{
color: #6E82BE;
}
</style>
background-color css
<style>
a { background-color: #6E82BE; }
a { background-color: rgb(110,130,190); }
div.DivClassName
{
background-color: #6E82BE;
}
.BgClassName
{
background-color: #6E82BE;
}
</style>
border-color css
<style>
span { border-color: #6E82BE; }
span { border-color: rgb(110,130,190); }
td.TdClassName
{
border-color: #6E82BE;
}
.TagClassName
{
border-color: #6E82BE;
}
</style>