Shades of Wild Blue Yonder #6F88BE
Tints of Wild Blue Yonder #6F88BE
RGB
CMYK
RGB Variations
Color information
#6F88BE (or 0x6F88BE) is known color: Wild Blue Yonder. HEX triplet: 6F, 88 and BE. RGB value is (111,136,190). Sum of RGB (Red+Green+Blue) = 111+136+190=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F88BE is #907741. Grayscale: #868686. Windows color (decimal): -9467714 or 12486767. OLE color: 12486767.
HSL color Cylindrical-coordinate representation of color #6F88BE: hue angle of 221.01º 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 #6F88BE is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 136 | 190 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.25 |
| HSL | 221.01º | 0.38% | 0.59% | - |
| HSV(B) | 221.01º | 0.42% | 0.75% | - |
| XYZ | 24.65 | 24.71 | 52.18 | - |
| YUV | 134.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 190 | 0.42 | 0.28 | 0 | 0.25 | 221.01 | 0.38 | 0.59 |
| Hex | 6F | 88 | BE | 2A | 1C | 0 | 19 | DD | 26 | 3B |
| Octal | 157 | 210 | 276 | 52 | 34 | 0 | 31 | 335 | 46 | 73 |
| Binary | 1101111 | 10001000 | 10111110 | 101010 | 11100 | 0 | 11001 | 11011101 | 100110 | 111011 |
Color Harmonies of #6F88BE
Complementary color
Monochromatic Colors of #6F88BE
Black with #6F88BE
Text Example
Text Example
White with #6F88BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F88BE; }
p { color: rgb(111,136,190); }
H1.HeaderClassName
{
color: #6F88BE;
}
.AnyTagClassName
{
color: #6F88BE;
}
</style>
background-color css
<style>
a { background-color: #6F88BE; }
a { background-color: rgb(111,136,190); }
div.DivClassName
{
background-color: #6F88BE;
}
.BgClassName
{
background-color: #6F88BE;
}
</style>
border-color css
<style>
span { border-color: #6F88BE; }
span { border-color: rgb(111,136,190); }
td.TdClassName
{
border-color: #6F88BE;
}
.TagClassName
{
border-color: #6F88BE;
}
</style>