Shades of Wild Blue Yonder #6E84CA
Tints of Wild Blue Yonder #6E84CA
RGB
CMYK
RGB Variations
Color information
#6E84CA (or 0x6E84CA) is known color: Wild Blue Yonder. HEX triplet: 6E, 84 and CA. RGB value is (110,132,202). Sum of RGB (Red+Green+Blue) = 110+132+202=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E84CA is #917B35. Grayscale: #858585. Windows color (decimal): -9534262 or 13272174. OLE color: 13272174.
HSL color Cylindrical-coordinate representation of color #6E84CA: hue angle of 225.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E84CA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 132 | 202 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.21 |
| HSL | 225.65º | 0.46% | 0.61% | - |
| HSV(B) | 225.65º | 0.46% | 0.79% | - |
| XYZ | 25.34 | 24.08 | 59.19 | - |
| YUV | 133.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 202 | 0.46 | 0.35 | 0 | 0.21 | 225.65 | 0.46 | 0.61 |
| Hex | 6E | 84 | CA | 2E | 23 | 0 | 15 | E2 | 2E | 3D |
| Octal | 156 | 204 | 312 | 56 | 43 | 0 | 25 | 342 | 56 | 75 |
| Binary | 1101110 | 10000100 | 11001010 | 101110 | 100011 | 0 | 10101 | 11100010 | 101110 | 111101 |
Color Harmonies of #6E84CA
Complementary color
Monochromatic Colors of #6E84CA
Black with #6E84CA
Text Example
Text Example
White with #6E84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E84CA; }
p { color: rgb(110,132,202); }
H1.HeaderClassName
{
color: #6E84CA;
}
.AnyTagClassName
{
color: #6E84CA;
}
</style>
background-color css
<style>
a { background-color: #6E84CA; }
a { background-color: rgb(110,132,202); }
div.DivClassName
{
background-color: #6E84CA;
}
.BgClassName
{
background-color: #6E84CA;
}
</style>
border-color css
<style>
span { border-color: #6E84CA; }
span { border-color: rgb(110,132,202); }
td.TdClassName
{
border-color: #6E84CA;
}
.TagClassName
{
border-color: #6E84CA;
}
</style>