Shades of Wild Blue Yonder #6F86CE
Tints of Wild Blue Yonder #6F86CE
RGB
CMYK
RGB Variations
Color information
#6F86CE (or 0x6F86CE) is known color: Wild Blue Yonder. HEX triplet: 6F, 86 and CE. RGB value is (111,134,206). Sum of RGB (Red+Green+Blue) = 111+134+206=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F86CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F86CE is #907931. Grayscale: #878787. Windows color (decimal): -9468210 or 13534831. OLE color: 13534831.
HSL color Cylindrical-coordinate representation of color #6F86CE: hue angle of 225.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F86CE is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 134 | 206 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.19 |
| HSL | 225.47º | 0.49% | 0.62% | - |
| HSV(B) | 225.47º | 0.46% | 0.81% | - |
| XYZ | 26.22 | 24.89 | 61.81 | - |
| YUV | 135.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 206 | 0.46 | 0.35 | 0 | 0.19 | 225.47 | 0.49 | 0.62 |
| Hex | 6F | 86 | CE | 2E | 23 | 0 | 13 | E1 | 31 | 3E |
| Octal | 157 | 206 | 316 | 56 | 43 | 0 | 23 | 341 | 61 | 76 |
| Binary | 1101111 | 10000110 | 11001110 | 101110 | 100011 | 0 | 10011 | 11100001 | 110001 | 111110 |
Color Harmonies of #6F86CE
Complementary color
Monochromatic Colors of #6F86CE
Black with #6F86CE
Text Example
Text Example
White with #6F86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86CE; }
p { color: rgb(111,134,206); }
H1.HeaderClassName
{
color: #6F86CE;
}
.AnyTagClassName
{
color: #6F86CE;
}
</style>
background-color css
<style>
a { background-color: #6F86CE; }
a { background-color: rgb(111,134,206); }
div.DivClassName
{
background-color: #6F86CE;
}
.BgClassName
{
background-color: #6F86CE;
}
</style>
border-color css
<style>
span { border-color: #6F86CE; }
span { border-color: rgb(111,134,206); }
td.TdClassName
{
border-color: #6F86CE;
}
.TagClassName
{
border-color: #6F86CE;
}
</style>