Shades of Wild Blue Yonder #6F8CBC
Tints of Wild Blue Yonder #6F8CBC
RGB
CMYK
RGB Variations
Color information
#6F8CBC (or 0x6F8CBC) is known color: Wild Blue Yonder. HEX triplet: 6F, 8C and BC. RGB value is (111,140,188). Sum of RGB (Red+Green+Blue) = 111+140+188=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CBC is #907343. Grayscale: #888888. Windows color (decimal): -9466692 or 12356719. OLE color: 12356719.
HSL color Cylindrical-coordinate representation of color #6F8CBC: hue angle of 217.4º 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 #6F8CBC is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 140 | 188 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.26 |
| HSL | 217.4º | 0.36% | 0.59% | - |
| HSV(B) | 217.4º | 0.41% | 0.74% | - |
| XYZ | 25.01 | 25.77 | 51.23 | - |
| YUV | 136.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 140 | 188 | 0.41 | 0.26 | 0 | 0.26 | 217.4 | 0.36 | 0.59 |
| Hex | 6F | 8C | BC | 29 | 1A | 0 | 1A | D9 | 24 | 3B |
| Octal | 157 | 214 | 274 | 51 | 32 | 0 | 32 | 331 | 44 | 73 |
| Binary | 1101111 | 10001100 | 10111100 | 101001 | 11010 | 0 | 11010 | 11011001 | 100100 | 111011 |
Color Harmonies of #6F8CBC
Complementary color
Monochromatic Colors of #6F8CBC
Black with #6F8CBC
Text Example
Text Example
White with #6F8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8CBC; }
p { color: rgb(111,140,188); }
H1.HeaderClassName
{
color: #6F8CBC;
}
.AnyTagClassName
{
color: #6F8CBC;
}
</style>
background-color css
<style>
a { background-color: #6F8CBC; }
a { background-color: rgb(111,140,188); }
div.DivClassName
{
background-color: #6F8CBC;
}
.BgClassName
{
background-color: #6F8CBC;
}
</style>
border-color css
<style>
span { border-color: #6F8CBC; }
span { border-color: rgb(111,140,188); }
td.TdClassName
{
border-color: #6F8CBC;
}
.TagClassName
{
border-color: #6F8CBC;
}
</style>