Shades of Wild Blue Yonder #6F8ECD
Tints of Wild Blue Yonder #6F8ECD
RGB
CMYK
RGB Variations
Color information
#6F8ECD (or 0x6F8ECD) is known color: Wild Blue Yonder. HEX triplet: 6F, 8E and CD. RGB value is (111,142,205). Sum of RGB (Red+Green+Blue) = 111+142+205=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ECD is #907132. Grayscale: #8B8B8B. Windows color (decimal): -9466163 or 13471343. OLE color: 13471343.
HSL color Cylindrical-coordinate representation of color #6F8ECD: hue angle of 220.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F8ECD is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 142 | 205 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.20 |
| HSL | 220.21º | 0.48% | 0.62% | - |
| HSV(B) | 220.21º | 0.46% | 0.8% | - |
| XYZ | 27.25 | 27.13 | 61.56 | - |
| YUV | 139.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 205 | 0.46 | 0.31 | 0 | 0.20 | 220.21 | 0.48 | 0.62 |
| Hex | 6F | 8E | CD | 2E | 1F | 0 | 14 | DC | 30 | 3E |
| Octal | 157 | 216 | 315 | 56 | 37 | 0 | 24 | 334 | 60 | 76 |
| Binary | 1101111 | 10001110 | 11001101 | 101110 | 11111 | 0 | 10100 | 11011100 | 110000 | 111110 |
Color Harmonies of #6F8ECD
Complementary color
Monochromatic Colors of #6F8ECD
Black with #6F8ECD
Text Example
Text Example
White with #6F8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8ECD; }
p { color: rgb(111,142,205); }
H1.HeaderClassName
{
color: #6F8ECD;
}
.AnyTagClassName
{
color: #6F8ECD;
}
</style>
background-color css
<style>
a { background-color: #6F8ECD; }
a { background-color: rgb(111,142,205); }
div.DivClassName
{
background-color: #6F8ECD;
}
.BgClassName
{
background-color: #6F8ECD;
}
</style>
border-color css
<style>
span { border-color: #6F8ECD; }
span { border-color: rgb(111,142,205); }
td.TdClassName
{
border-color: #6F8ECD;
}
.TagClassName
{
border-color: #6F8ECD;
}
</style>