Shades of Wild Blue Yonder #6E7FB4
Tints of Wild Blue Yonder #6E7FB4
RGB
CMYK
RGB Variations
Color information
#6E7FB4 (or 0x6E7FB4) is known color: Wild Blue Yonder. HEX triplet: 6E, 7F and B4. RGB value is (110,127,180). Sum of RGB (Red+Green+Blue) = 110+127+180=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E7FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7FB4 is #91804B. Grayscale: #7F7F7F. Windows color (decimal): -9535564 or 11829102. OLE color: 11829102.
HSL color Cylindrical-coordinate representation of color #6E7FB4: hue angle of 225.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E7FB4 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 127 | 180 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.29 |
| HSL | 225.43º | 0.32% | 0.57% | - |
| HSV(B) | 225.43º | 0.39% | 0.71% | - |
| XYZ | 22.26 | 21.79 | 46.21 | - |
| YUV | 127.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 180 | 0.39 | 0.29 | 0 | 0.29 | 225.43 | 0.32 | 0.57 |
| Hex | 6E | 7F | B4 | 27 | 1D | 0 | 1D | E1 | 20 | 39 |
| Octal | 156 | 177 | 264 | 47 | 35 | 0 | 35 | 341 | 40 | 71 |
| Binary | 1101110 | 1111111 | 10110100 | 100111 | 11101 | 0 | 11101 | 11100001 | 100000 | 111001 |
Color Harmonies of #6E7FB4
Complementary color
Monochromatic Colors of #6E7FB4
Black with #6E7FB4
Text Example
Text Example
White with #6E7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FB4; }
p { color: rgb(110,127,180); }
H1.HeaderClassName
{
color: #6E7FB4;
}
.AnyTagClassName
{
color: #6E7FB4;
}
</style>
background-color css
<style>
a { background-color: #6E7FB4; }
a { background-color: rgb(110,127,180); }
div.DivClassName
{
background-color: #6E7FB4;
}
.BgClassName
{
background-color: #6E7FB4;
}
</style>
border-color css
<style>
span { border-color: #6E7FB4; }
span { border-color: rgb(110,127,180); }
td.TdClassName
{
border-color: #6E7FB4;
}
.TagClassName
{
border-color: #6E7FB4;
}
</style>