Shades of Wild Blue Yonder #6E8DCD
Tints of Wild Blue Yonder #6E8DCD
RGB
CMYK
RGB Variations
Color information
#6E8DCD (or 0x6E8DCD) is known color: Wild Blue Yonder. HEX triplet: 6E, 8D and CD. RGB value is (110,141,205). Sum of RGB (Red+Green+Blue) = 110+141+205=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E8DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8DCD is #917232. Grayscale: #8A8A8A. Windows color (decimal): -9531955 or 13471086. OLE color: 13471086.
HSL color Cylindrical-coordinate representation of color #6E8DCD: hue angle of 220.42º degrees, saturation: 0.49, 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 #6E8DCD is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 141 | 205 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.20 |
| HSL | 220.42º | 0.49% | 0.62% | - |
| HSV(B) | 220.42º | 0.46% | 0.8% | - |
| XYZ | 26.97 | 26.77 | 61.5 | - |
| YUV | 139.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 205 | 0.46 | 0.31 | 0 | 0.20 | 220.42 | 0.49 | 0.62 |
| Hex | 6E | 8D | CD | 2E | 1F | 0 | 14 | DC | 31 | 3E |
| Octal | 156 | 215 | 315 | 56 | 37 | 0 | 24 | 334 | 61 | 76 |
| Binary | 1101110 | 10001101 | 11001101 | 101110 | 11111 | 0 | 10100 | 11011100 | 110001 | 111110 |
Color Harmonies of #6E8DCD
Complementary color
Monochromatic Colors of #6E8DCD
Black with #6E8DCD
Text Example
Text Example
White with #6E8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DCD; }
p { color: rgb(110,141,205); }
H1.HeaderClassName
{
color: #6E8DCD;
}
.AnyTagClassName
{
color: #6E8DCD;
}
</style>
background-color css
<style>
a { background-color: #6E8DCD; }
a { background-color: rgb(110,141,205); }
div.DivClassName
{
background-color: #6E8DCD;
}
.BgClassName
{
background-color: #6E8DCD;
}
</style>
border-color css
<style>
span { border-color: #6E8DCD; }
span { border-color: rgb(110,141,205); }
td.TdClassName
{
border-color: #6E8DCD;
}
.TagClassName
{
border-color: #6E8DCD;
}
</style>