Shades of Wild Blue Yonder #6F86BC
Tints of Wild Blue Yonder #6F86BC
RGB
CMYK
RGB Variations
Color information
#6F86BC (or 0x6F86BC) is known color: Wild Blue Yonder. HEX triplet: 6F, 86 and BC. RGB value is (111,134,188). Sum of RGB (Red+Green+Blue) = 111+134+188=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F86BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F86BC is #907943. Grayscale: #858585. Windows color (decimal): -9468228 or 12355183. OLE color: 12355183.
HSL color Cylindrical-coordinate representation of color #6F86BC: hue angle of 222.08º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F86BC is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 134 | 188 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.26 |
| HSL | 222.08º | 0.36% | 0.59% | - |
| HSV(B) | 222.08º | 0.41% | 0.74% | - |
| XYZ | 24.16 | 24.06 | 50.95 | - |
| YUV | 133.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 188 | 0.41 | 0.29 | 0 | 0.26 | 222.08 | 0.36 | 0.59 |
| Hex | 6F | 86 | BC | 29 | 1D | 0 | 1A | DE | 24 | 3B |
| Octal | 157 | 206 | 274 | 51 | 35 | 0 | 32 | 336 | 44 | 73 |
| Binary | 1101111 | 10000110 | 10111100 | 101001 | 11101 | 0 | 11010 | 11011110 | 100100 | 111011 |
Color Harmonies of #6F86BC
Complementary color
Monochromatic Colors of #6F86BC
Black with #6F86BC
Text Example
Text Example
White with #6F86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86BC; }
p { color: rgb(111,134,188); }
H1.HeaderClassName
{
color: #6F86BC;
}
.AnyTagClassName
{
color: #6F86BC;
}
</style>
background-color css
<style>
a { background-color: #6F86BC; }
a { background-color: rgb(111,134,188); }
div.DivClassName
{
background-color: #6F86BC;
}
.BgClassName
{
background-color: #6F86BC;
}
</style>
border-color css
<style>
span { border-color: #6F86BC; }
span { border-color: rgb(111,134,188); }
td.TdClassName
{
border-color: #6F86BC;
}
.TagClassName
{
border-color: #6F86BC;
}
</style>