Shades of Wild Blue Yonder #6F8EBA
Tints of Wild Blue Yonder #6F8EBA
RGB
CMYK
RGB Variations
Color information
#6F8EBA (or 0x6F8EBA) is known color: Wild Blue Yonder. HEX triplet: 6F, 8E and BA. RGB value is (111,142,186). Sum of RGB (Red+Green+Blue) = 111+142+186=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F8EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8EBA is #907145. Grayscale: #898989. Windows color (decimal): -9466182 or 12226159. OLE color: 12226159.
HSL color Cylindrical-coordinate representation of color #6F8EBA: hue angle of 215.2º 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 #6F8EBA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 142 | 186 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.27 |
| HSL | 215.2º | 0.35% | 0.58% | - |
| HSV(B) | 215.2º | 0.4% | 0.73% | - |
| XYZ | 25.09 | 26.27 | 50.2 | - |
| YUV | 137.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 186 | 0.40 | 0.24 | 0 | 0.27 | 215.2 | 0.35 | 0.58 |
| Hex | 6F | 8E | BA | 28 | 18 | 0 | 1B | D7 | 23 | 3A |
| Octal | 157 | 216 | 272 | 50 | 30 | 0 | 33 | 327 | 43 | 72 |
| Binary | 1101111 | 10001110 | 10111010 | 101000 | 11000 | 0 | 11011 | 11010111 | 100011 | 111010 |
Color Harmonies of #6F8EBA
Complementary color
Monochromatic Colors of #6F8EBA
Black with #6F8EBA
Text Example
Text Example
White with #6F8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8EBA; }
p { color: rgb(111,142,186); }
H1.HeaderClassName
{
color: #6F8EBA;
}
.AnyTagClassName
{
color: #6F8EBA;
}
</style>
background-color css
<style>
a { background-color: #6F8EBA; }
a { background-color: rgb(111,142,186); }
div.DivClassName
{
background-color: #6F8EBA;
}
.BgClassName
{
background-color: #6F8EBA;
}
</style>
border-color css
<style>
span { border-color: #6F8EBA; }
span { border-color: rgb(111,142,186); }
td.TdClassName
{
border-color: #6F8EBA;
}
.TagClassName
{
border-color: #6F8EBA;
}
</style>