Shades of Wild Blue Yonder #6F7EBA
Tints of Wild Blue Yonder #6F7EBA
RGB
CMYK
RGB Variations
Color information
#6F7EBA (or 0x6F7EBA) is known color: Wild Blue Yonder. HEX triplet: 6F, 7E and BA. RGB value is (111,126,186). Sum of RGB (Red+Green+Blue) = 111+126+186=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7EBA is #908145. Grayscale: #808080. Windows color (decimal): -9470278 or 12222063. OLE color: 12222063.
HSL color Cylindrical-coordinate representation of color #6F7EBA: hue angle of 228º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F7EBA is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 126 | 186 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.27 |
| HSL | 228º | 0.35% | 0.58% | - |
| HSV(B) | 228º | 0.4% | 0.73% | - |
| XYZ | 22.88 | 21.85 | 49.47 | - |
| YUV | 128.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 186 | 0.40 | 0.32 | 0 | 0.27 | 228 | 0.35 | 0.58 |
| Hex | 6F | 7E | BA | 28 | 20 | 0 | 1B | E4 | 23 | 3A |
| Octal | 157 | 176 | 272 | 50 | 40 | 0 | 33 | 344 | 43 | 72 |
| Binary | 1101111 | 1111110 | 10111010 | 101000 | 100000 | 0 | 11011 | 11100100 | 100011 | 111010 |
Color Harmonies of #6F7EBA
Complementary color
Monochromatic Colors of #6F7EBA
Black with #6F7EBA
Text Example
Text Example
White with #6F7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7EBA; }
p { color: rgb(111,126,186); }
H1.HeaderClassName
{
color: #6F7EBA;
}
.AnyTagClassName
{
color: #6F7EBA;
}
</style>
background-color css
<style>
a { background-color: #6F7EBA; }
a { background-color: rgb(111,126,186); }
div.DivClassName
{
background-color: #6F7EBA;
}
.BgClassName
{
background-color: #6F7EBA;
}
</style>
border-color css
<style>
span { border-color: #6F7EBA; }
span { border-color: rgb(111,126,186); }
td.TdClassName
{
border-color: #6F7EBA;
}
.TagClassName
{
border-color: #6F7EBA;
}
</style>