Shades of Wild Blue Yonder #6F8ABE
Tints of Wild Blue Yonder #6F8ABE
RGB
CMYK
RGB Variations
Color information
#6F8ABE (or 0x6F8ABE) is known color: Wild Blue Yonder. HEX triplet: 6F, 8A and BE. RGB value is (111,138,190). Sum of RGB (Red+Green+Blue) = 111+138+190=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ABE is #907541. Grayscale: #878787. Windows color (decimal): -9467202 or 12487279. OLE color: 12487279.
HSL color Cylindrical-coordinate representation of color #6F8ABE: hue angle of 219.49º 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 #6F8ABE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 138 | 190 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.25 |
| HSL | 219.49º | 0.38% | 0.59% | - |
| HSV(B) | 219.49º | 0.42% | 0.75% | - |
| XYZ | 24.94 | 25.27 | 52.28 | - |
| YUV | 135.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 190 | 0.42 | 0.27 | 0 | 0.25 | 219.49 | 0.38 | 0.59 |
| Hex | 6F | 8A | BE | 2A | 1B | 0 | 19 | DB | 26 | 3B |
| Octal | 157 | 212 | 276 | 52 | 33 | 0 | 31 | 333 | 46 | 73 |
| Binary | 1101111 | 10001010 | 10111110 | 101010 | 11011 | 0 | 11001 | 11011011 | 100110 | 111011 |
Color Harmonies of #6F8ABE
Complementary color
Monochromatic Colors of #6F8ABE
Black with #6F8ABE
Text Example
Text Example
White with #6F8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8ABE; }
p { color: rgb(111,138,190); }
H1.HeaderClassName
{
color: #6F8ABE;
}
.AnyTagClassName
{
color: #6F8ABE;
}
</style>
background-color css
<style>
a { background-color: #6F8ABE; }
a { background-color: rgb(111,138,190); }
div.DivClassName
{
background-color: #6F8ABE;
}
.BgClassName
{
background-color: #6F8ABE;
}
</style>
border-color css
<style>
span { border-color: #6F8ABE; }
span { border-color: rgb(111,138,190); }
td.TdClassName
{
border-color: #6F8ABE;
}
.TagClassName
{
border-color: #6F8ABE;
}
</style>