Shades of Wild Blue Yonder #6F8ACF
Tints of Wild Blue Yonder #6F8ACF
RGB
CMYK
RGB Variations
Color information
#6F8ACF (or 0x6F8ACF) is known color: Wild Blue Yonder. HEX triplet: 6F, 8A and CF. RGB value is (111,138,207). Sum of RGB (Red+Green+Blue) = 111+138+207=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ACF is #907530. Grayscale: #898989. Windows color (decimal): -9467185 or 13601391. OLE color: 13601391.
HSL color Cylindrical-coordinate representation of color #6F8ACF: hue angle of 223.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F8ACF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 138 | 207 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.19 |
| HSL | 223.13º | 0.5% | 0.62% | - |
| HSV(B) | 223.13º | 0.46% | 0.81% | - |
| XYZ | 26.91 | 26.06 | 62.64 | - |
| YUV | 137.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 207 | 0.46 | 0.33 | 0 | 0.19 | 223.13 | 0.5 | 0.62 |
| Hex | 6F | 8A | CF | 2E | 21 | 0 | 13 | DF | 32 | 3E |
| Octal | 157 | 212 | 317 | 56 | 41 | 0 | 23 | 337 | 62 | 76 |
| Binary | 1101111 | 10001010 | 11001111 | 101110 | 100001 | 0 | 10011 | 11011111 | 110010 | 111110 |
Color Harmonies of #6F8ACF
Complementary color
Monochromatic Colors of #6F8ACF
Black with #6F8ACF
Text Example
Text Example
White with #6F8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8ACF; }
p { color: rgb(111,138,207); }
H1.HeaderClassName
{
color: #6F8ACF;
}
.AnyTagClassName
{
color: #6F8ACF;
}
</style>
background-color css
<style>
a { background-color: #6F8ACF; }
a { background-color: rgb(111,138,207); }
div.DivClassName
{
background-color: #6F8ACF;
}
.BgClassName
{
background-color: #6F8ACF;
}
</style>
border-color css
<style>
span { border-color: #6F8ACF; }
span { border-color: rgb(111,138,207); }
td.TdClassName
{
border-color: #6F8ACF;
}
.TagClassName
{
border-color: #6F8ACF;
}
</style>