Shades of Wild Blue Yonder #6F8FBE
Tints of Wild Blue Yonder #6F8FBE
RGB
CMYK
RGB Variations
Color information
#6F8FBE (or 0x6F8FBE) is known color: Wild Blue Yonder. HEX triplet: 6F, 8F and BE. RGB value is (111,143,190). Sum of RGB (Red+Green+Blue) = 111+143+190=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FBE is #907041. Grayscale: #8A8A8A. Windows color (decimal): -9465922 or 12488559. OLE color: 12488559.
HSL color Cylindrical-coordinate representation of color #6F8FBE: hue angle of 215.7º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F8FBE is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 143 | 190 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.25 |
| HSL | 215.7º | 0.38% | 0.59% | - |
| HSV(B) | 215.7º | 0.42% | 0.75% | - |
| XYZ | 25.67 | 26.74 | 52.52 | - |
| YUV | 138.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 190 | 0.42 | 0.25 | 0 | 0.25 | 215.7 | 0.38 | 0.59 |
| Hex | 6F | 8F | BE | 2A | 19 | 0 | 19 | D8 | 26 | 3B |
| Octal | 157 | 217 | 276 | 52 | 31 | 0 | 31 | 330 | 46 | 73 |
| Binary | 1101111 | 10001111 | 10111110 | 101010 | 11001 | 0 | 11001 | 11011000 | 100110 | 111011 |
Color Harmonies of #6F8FBE
Complementary color
Monochromatic Colors of #6F8FBE
Black with #6F8FBE
Text Example
Text Example
White with #6F8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FBE; }
p { color: rgb(111,143,190); }
H1.HeaderClassName
{
color: #6F8FBE;
}
.AnyTagClassName
{
color: #6F8FBE;
}
</style>
background-color css
<style>
a { background-color: #6F8FBE; }
a { background-color: rgb(111,143,190); }
div.DivClassName
{
background-color: #6F8FBE;
}
.BgClassName
{
background-color: #6F8FBE;
}
</style>
border-color css
<style>
span { border-color: #6F8FBE; }
span { border-color: rgb(111,143,190); }
td.TdClassName
{
border-color: #6F8FBE;
}
.TagClassName
{
border-color: #6F8FBE;
}
</style>