Shades of Wild Blue Yonder #6E8CCD
Tints of Wild Blue Yonder #6E8CCD
RGB
CMYK
RGB Variations
Color information
#6E8CCD (or 0x6E8CCD) is known color: Wild Blue Yonder. HEX triplet: 6E, 8C and CD. RGB value is (110,140,205). Sum of RGB (Red+Green+Blue) = 110+140+205=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CCD is #917332. Grayscale: #8A8A8A. Windows color (decimal): -9532211 or 13470830. OLE color: 13470830.
HSL color Cylindrical-coordinate representation of color #6E8CCD: hue angle of 221.05º 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 #6E8CCD is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 140 | 205 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.20 |
| HSL | 221.05º | 0.49% | 0.62% | - |
| HSV(B) | 221.05º | 0.46% | 0.8% | - |
| XYZ | 26.83 | 26.48 | 61.45 | - |
| YUV | 138.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 205 | 0.46 | 0.32 | 0 | 0.20 | 221.05 | 0.49 | 0.62 |
| Hex | 6E | 8C | CD | 2E | 20 | 0 | 14 | DD | 31 | 3E |
| Octal | 156 | 214 | 315 | 56 | 40 | 0 | 24 | 335 | 61 | 76 |
| Binary | 1101110 | 10001100 | 11001101 | 101110 | 100000 | 0 | 10100 | 11011101 | 110001 | 111110 |
Color Harmonies of #6E8CCD
Complementary color
Monochromatic Colors of #6E8CCD
Black with #6E8CCD
Text Example
Text Example
White with #6E8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CCD; }
p { color: rgb(110,140,205); }
H1.HeaderClassName
{
color: #6E8CCD;
}
.AnyTagClassName
{
color: #6E8CCD;
}
</style>
background-color css
<style>
a { background-color: #6E8CCD; }
a { background-color: rgb(110,140,205); }
div.DivClassName
{
background-color: #6E8CCD;
}
.BgClassName
{
background-color: #6E8CCD;
}
</style>
border-color css
<style>
span { border-color: #6E8CCD; }
span { border-color: rgb(110,140,205); }
td.TdClassName
{
border-color: #6E8CCD;
}
.TagClassName
{
border-color: #6E8CCD;
}
</style>