Shades of Wild Blue Yonder #6F8DBD
Tints of Wild Blue Yonder #6F8DBD
RGB
CMYK
RGB Variations
Color information
#6F8DBD (or 0x6F8DBD) is known color: Wild Blue Yonder. HEX triplet: 6F, 8D and BD. RGB value is (111,141,189). Sum of RGB (Red+Green+Blue) = 111+141+189=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F8DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DBD is #907242. Grayscale: #898989. Windows color (decimal): -9466435 or 12422511. OLE color: 12422511.
HSL color Cylindrical-coordinate representation of color #6F8DBD: hue angle of 216.92º degrees, saturation: 0.37, 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 #6F8DBD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 141 | 189 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.26 |
| HSL | 216.92º | 0.37% | 0.59% | - |
| HSV(B) | 216.92º | 0.41% | 0.74% | - |
| XYZ | 25.27 | 26.1 | 51.85 | - |
| YUV | 137.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 189 | 0.41 | 0.25 | 0 | 0.26 | 216.92 | 0.37 | 0.59 |
| Hex | 6F | 8D | BD | 29 | 19 | 0 | 1A | D9 | 25 | 3B |
| Octal | 157 | 215 | 275 | 51 | 31 | 0 | 32 | 331 | 45 | 73 |
| Binary | 1101111 | 10001101 | 10111101 | 101001 | 11001 | 0 | 11010 | 11011001 | 100101 | 111011 |
Color Harmonies of #6F8DBD
Complementary color
Monochromatic Colors of #6F8DBD
Black with #6F8DBD
Text Example
Text Example
White with #6F8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8DBD; }
p { color: rgb(111,141,189); }
H1.HeaderClassName
{
color: #6F8DBD;
}
.AnyTagClassName
{
color: #6F8DBD;
}
</style>
background-color css
<style>
a { background-color: #6F8DBD; }
a { background-color: rgb(111,141,189); }
div.DivClassName
{
background-color: #6F8DBD;
}
.BgClassName
{
background-color: #6F8DBD;
}
</style>
border-color css
<style>
span { border-color: #6F8DBD; }
span { border-color: rgb(111,141,189); }
td.TdClassName
{
border-color: #6F8DBD;
}
.TagClassName
{
border-color: #6F8DBD;
}
</style>