Shades of Wild Blue Yonder #6E82CA
Tints of Wild Blue Yonder #6E82CA
RGB
CMYK
RGB Variations
Color information
#6E82CA (or 0x6E82CA) is known color: Wild Blue Yonder. HEX triplet: 6E, 82 and CA. RGB value is (110,130,202). Sum of RGB (Red+Green+Blue) = 110+130+202=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E82CA is #917D35. Grayscale: #838383. Windows color (decimal): -9534774 or 13271662. OLE color: 13271662.
HSL color Cylindrical-coordinate representation of color #6E82CA: hue angle of 226.96º 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 #6E82CA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 130 | 202 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.21 |
| HSL | 226.96º | 0.46% | 0.61% | - |
| HSV(B) | 226.96º | 0.46% | 0.79% | - |
| XYZ | 25.07 | 23.54 | 59.1 | - |
| YUV | 132.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 202 | 0.46 | 0.36 | 0 | 0.21 | 226.96 | 0.46 | 0.61 |
| Hex | 6E | 82 | CA | 2E | 24 | 0 | 15 | E3 | 2E | 3D |
| Octal | 156 | 202 | 312 | 56 | 44 | 0 | 25 | 343 | 56 | 75 |
| Binary | 1101110 | 10000010 | 11001010 | 101110 | 100100 | 0 | 10101 | 11100011 | 101110 | 111101 |
Color Harmonies of #6E82CA
Complementary color
Monochromatic Colors of #6E82CA
Black with #6E82CA
Text Example
Text Example
White with #6E82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E82CA; }
p { color: rgb(110,130,202); }
H1.HeaderClassName
{
color: #6E82CA;
}
.AnyTagClassName
{
color: #6E82CA;
}
</style>
background-color css
<style>
a { background-color: #6E82CA; }
a { background-color: rgb(110,130,202); }
div.DivClassName
{
background-color: #6E82CA;
}
.BgClassName
{
background-color: #6E82CA;
}
</style>
border-color css
<style>
span { border-color: #6E82CA; }
span { border-color: rgb(110,130,202); }
td.TdClassName
{
border-color: #6E82CA;
}
.TagClassName
{
border-color: #6E82CA;
}
</style>