Shades of Wild Blue Yonder #6F8FBC
Tints of Wild Blue Yonder #6F8FBC
RGB
CMYK
RGB Variations
Color information
#6F8FBC (or 0x6F8FBC) is known color: Wild Blue Yonder. HEX triplet: 6F, 8F and BC. RGB value is (111,143,188). Sum of RGB (Red+Green+Blue) = 111+143+188=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F8FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FBC is #907043. Grayscale: #8A8A8A. Windows color (decimal): -9465924 or 12357487. OLE color: 12357487.
HSL color Cylindrical-coordinate representation of color #6F8FBC: hue angle of 215.06º 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 #6F8FBC is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 143 | 188 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.26 |
| HSL | 215.06º | 0.36% | 0.59% | - |
| HSV(B) | 215.06º | 0.41% | 0.74% | - |
| XYZ | 25.46 | 26.66 | 51.38 | - |
| YUV | 138.56 | 155.9 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 188 | 0.41 | 0.24 | 0 | 0.26 | 215.06 | 0.36 | 0.59 |
| Hex | 6F | 8F | BC | 29 | 18 | 0 | 1A | D7 | 24 | 3B |
| Octal | 157 | 217 | 274 | 51 | 30 | 0 | 32 | 327 | 44 | 73 |
| Binary | 1101111 | 10001111 | 10111100 | 101001 | 11000 | 0 | 11010 | 11010111 | 100100 | 111011 |
Color Harmonies of #6F8FBC
Complementary color
Monochromatic Colors of #6F8FBC
Black with #6F8FBC
Text Example
Text Example
White with #6F8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FBC; }
p { color: rgb(111,143,188); }
H1.HeaderClassName
{
color: #6F8FBC;
}
.AnyTagClassName
{
color: #6F8FBC;
}
</style>
background-color css
<style>
a { background-color: #6F8FBC; }
a { background-color: rgb(111,143,188); }
div.DivClassName
{
background-color: #6F8FBC;
}
.BgClassName
{
background-color: #6F8FBC;
}
</style>
border-color css
<style>
span { border-color: #6F8FBC; }
span { border-color: rgb(111,143,188); }
td.TdClassName
{
border-color: #6F8FBC;
}
.TagClassName
{
border-color: #6F8FBC;
}
</style>