Shades of Wild Blue Yonder #6A7EBC
Tints of Wild Blue Yonder #6A7EBC
RGB
CMYK
RGB Variations
Color information
#6A7EBC (or 0x6A7EBC) is known color: Wild Blue Yonder. HEX triplet: 6A, 7E and BC. RGB value is (106,126,188). Sum of RGB (Red+Green+Blue) = 106+126+188=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A7EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7EBC is #958143. Grayscale: #7E7E7E. Windows color (decimal): -9797956 or 12353130. OLE color: 12353130.
HSL color Cylindrical-coordinate representation of color #6A7EBC: hue angle of 225.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7EBC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 126 | 188 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.26 |
| HSL | 225.37º | 0.38% | 0.58% | - |
| HSV(B) | 225.37º | 0.44% | 0.74% | - |
| XYZ | 22.48 | 21.62 | 50.56 | - |
| YUV | 127.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 188 | 0.44 | 0.33 | 0 | 0.26 | 225.37 | 0.38 | 0.58 |
| Hex | 6A | 7E | BC | 2C | 21 | 0 | 1A | E1 | 26 | 3A |
| Octal | 152 | 176 | 274 | 54 | 41 | 0 | 32 | 341 | 46 | 72 |
| Binary | 1101010 | 1111110 | 10111100 | 101100 | 100001 | 0 | 11010 | 11100001 | 100110 | 111010 |
Color Harmonies of #6A7EBC
Complementary color
Monochromatic Colors of #6A7EBC
Black with #6A7EBC
Text Example
Text Example
White with #6A7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7EBC; }
p { color: rgb(106,126,188); }
H1.HeaderClassName
{
color: #6A7EBC;
}
.AnyTagClassName
{
color: #6A7EBC;
}
</style>
background-color css
<style>
a { background-color: #6A7EBC; }
a { background-color: rgb(106,126,188); }
div.DivClassName
{
background-color: #6A7EBC;
}
.BgClassName
{
background-color: #6A7EBC;
}
</style>
border-color css
<style>
span { border-color: #6A7EBC; }
span { border-color: rgb(106,126,188); }
td.TdClassName
{
border-color: #6A7EBC;
}
.TagClassName
{
border-color: #6A7EBC;
}
</style>