Shades of Wild Blue Yonder #6E7FCD
Tints of Wild Blue Yonder #6E7FCD
RGB
CMYK
RGB Variations
Color information
#6E7FCD (or 0x6E7FCD) is known color: Wild Blue Yonder. HEX triplet: 6E, 7F and CD. RGB value is (110,127,205). Sum of RGB (Red+Green+Blue) = 110+127+205=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E7FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7FCD is #918032. Grayscale: #828282. Windows color (decimal): -9535539 or 13467502. OLE color: 13467502.
HSL color Cylindrical-coordinate representation of color #6E7FCD: hue angle of 229.26º 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 #6E7FCD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 127 | 205 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.20 |
| HSL | 229.26º | 0.49% | 0.62% | - |
| HSV(B) | 229.26º | 0.46% | 0.8% | - |
| XYZ | 25.04 | 22.9 | 60.86 | - |
| YUV | 130.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 205 | 0.46 | 0.38 | 0 | 0.20 | 229.26 | 0.49 | 0.62 |
| Hex | 6E | 7F | CD | 2E | 26 | 0 | 14 | E5 | 31 | 3E |
| Octal | 156 | 177 | 315 | 56 | 46 | 0 | 24 | 345 | 61 | 76 |
| Binary | 1101110 | 1111111 | 11001101 | 101110 | 100110 | 0 | 10100 | 11100101 | 110001 | 111110 |
Color Harmonies of #6E7FCD
Complementary color
Monochromatic Colors of #6E7FCD
Black with #6E7FCD
Text Example
Text Example
White with #6E7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FCD; }
p { color: rgb(110,127,205); }
H1.HeaderClassName
{
color: #6E7FCD;
}
.AnyTagClassName
{
color: #6E7FCD;
}
</style>
background-color css
<style>
a { background-color: #6E7FCD; }
a { background-color: rgb(110,127,205); }
div.DivClassName
{
background-color: #6E7FCD;
}
.BgClassName
{
background-color: #6E7FCD;
}
</style>
border-color css
<style>
span { border-color: #6E7FCD; }
span { border-color: rgb(110,127,205); }
td.TdClassName
{
border-color: #6E7FCD;
}
.TagClassName
{
border-color: #6E7FCD;
}
</style>