Shades of Wild Blue Yonder #6F87BC
Tints of Wild Blue Yonder #6F87BC
RGB
CMYK
RGB Variations
Color information
#6F87BC (or 0x6F87BC) is known color: Wild Blue Yonder. HEX triplet: 6F, 87 and BC. RGB value is (111,135,188). Sum of RGB (Red+Green+Blue) = 111+135+188=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F87BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F87BC is #907843. Grayscale: #858585. Windows color (decimal): -9467972 or 12355439. OLE color: 12355439.
HSL color Cylindrical-coordinate representation of color #6F87BC: hue angle of 221.3º 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 #6F87BC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 135 | 188 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.26 |
| HSL | 221.3º | 0.36% | 0.59% | - |
| HSV(B) | 221.3º | 0.41% | 0.74% | - |
| XYZ | 24.3 | 24.34 | 50.99 | - |
| YUV | 133.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 188 | 0.41 | 0.28 | 0 | 0.26 | 221.3 | 0.36 | 0.59 |
| Hex | 6F | 87 | BC | 29 | 1C | 0 | 1A | DD | 24 | 3B |
| Octal | 157 | 207 | 274 | 51 | 34 | 0 | 32 | 335 | 44 | 73 |
| Binary | 1101111 | 10000111 | 10111100 | 101001 | 11100 | 0 | 11010 | 11011101 | 100100 | 111011 |
Color Harmonies of #6F87BC
Complementary color
Monochromatic Colors of #6F87BC
Black with #6F87BC
Text Example
Text Example
White with #6F87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F87BC; }
p { color: rgb(111,135,188); }
H1.HeaderClassName
{
color: #6F87BC;
}
.AnyTagClassName
{
color: #6F87BC;
}
</style>
background-color css
<style>
a { background-color: #6F87BC; }
a { background-color: rgb(111,135,188); }
div.DivClassName
{
background-color: #6F87BC;
}
.BgClassName
{
background-color: #6F87BC;
}
</style>
border-color css
<style>
span { border-color: #6F87BC; }
span { border-color: rgb(111,135,188); }
td.TdClassName
{
border-color: #6F87BC;
}
.TagClassName
{
border-color: #6F87BC;
}
</style>