Shades of Wild Blue Yonder #6F86CB
Tints of Wild Blue Yonder #6F86CB
RGB
CMYK
RGB Variations
Color information
#6F86CB (or 0x6F86CB) is known color: Wild Blue Yonder. HEX triplet: 6F, 86 and CB. RGB value is (111,134,203). Sum of RGB (Red+Green+Blue) = 111+134+203=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F86CB is #907934. Grayscale: #868686. Windows color (decimal): -9468213 or 13338223. OLE color: 13338223.
HSL color Cylindrical-coordinate representation of color #6F86CB: hue angle of 225º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F86CB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 134 | 203 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.20 |
| HSL | 225º | 0.47% | 0.62% | - |
| HSV(B) | 225º | 0.45% | 0.8% | - |
| XYZ | 25.86 | 24.74 | 59.91 | - |
| YUV | 134.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 203 | 0.45 | 0.34 | 0 | 0.20 | 225 | 0.47 | 0.62 |
| Hex | 6F | 86 | CB | 2D | 22 | 0 | 14 | E1 | 2F | 3E |
| Octal | 157 | 206 | 313 | 55 | 42 | 0 | 24 | 341 | 57 | 76 |
| Binary | 1101111 | 10000110 | 11001011 | 101101 | 100010 | 0 | 10100 | 11100001 | 101111 | 111110 |
Color Harmonies of #6F86CB
Complementary color
Monochromatic Colors of #6F86CB
Black with #6F86CB
Text Example
Text Example
White with #6F86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F86CB; }
p { color: rgb(111,134,203); }
H1.HeaderClassName
{
color: #6F86CB;
}
.AnyTagClassName
{
color: #6F86CB;
}
</style>
background-color css
<style>
a { background-color: #6F86CB; }
a { background-color: rgb(111,134,203); }
div.DivClassName
{
background-color: #6F86CB;
}
.BgClassName
{
background-color: #6F86CB;
}
</style>
border-color css
<style>
span { border-color: #6F86CB; }
span { border-color: rgb(111,134,203); }
td.TdClassName
{
border-color: #6F86CB;
}
.TagClassName
{
border-color: #6F86CB;
}
</style>