Shades of Wild Blue Yonder #6E80CD
Tints of Wild Blue Yonder #6E80CD
RGB
CMYK
RGB Variations
Color information
#6E80CD (or 0x6E80CD) is known color: Wild Blue Yonder. HEX triplet: 6E, 80 and CD. RGB value is (110,128,205). Sum of RGB (Red+Green+Blue) = 110+128+205=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E80CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E80CD is #917F32. Grayscale: #838383. Windows color (decimal): -9535283 or 13467758. OLE color: 13467758.
HSL color Cylindrical-coordinate representation of color #6E80CD: hue angle of 228.63º 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 #6E80CD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 128 | 205 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.20 |
| HSL | 228.63º | 0.49% | 0.62% | - |
| HSV(B) | 228.63º | 0.46% | 0.8% | - |
| XYZ | 25.17 | 23.16 | 60.9 | - |
| YUV | 131.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 205 | 0.46 | 0.38 | 0 | 0.20 | 228.63 | 0.49 | 0.62 |
| Hex | 6E | 80 | CD | 2E | 26 | 0 | 14 | E5 | 31 | 3E |
| Octal | 156 | 200 | 315 | 56 | 46 | 0 | 24 | 345 | 61 | 76 |
| Binary | 1101110 | 10000000 | 11001101 | 101110 | 100110 | 0 | 10100 | 11100101 | 110001 | 111110 |
Color Harmonies of #6E80CD
Complementary color
Monochromatic Colors of #6E80CD
Black with #6E80CD
Text Example
Text Example
White with #6E80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E80CD; }
p { color: rgb(110,128,205); }
H1.HeaderClassName
{
color: #6E80CD;
}
.AnyTagClassName
{
color: #6E80CD;
}
</style>
background-color css
<style>
a { background-color: #6E80CD; }
a { background-color: rgb(110,128,205); }
div.DivClassName
{
background-color: #6E80CD;
}
.BgClassName
{
background-color: #6E80CD;
}
</style>
border-color css
<style>
span { border-color: #6E80CD; }
span { border-color: rgb(110,128,205); }
td.TdClassName
{
border-color: #6E80CD;
}
.TagClassName
{
border-color: #6E80CD;
}
</style>