Shades of Wild Blue Yonder #6E80CC
Tints of Wild Blue Yonder #6E80CC
RGB
CMYK
RGB Variations
Color information
#6E80CC (or 0x6E80CC) is known color: Wild Blue Yonder. HEX triplet: 6E, 80 and CC. RGB value is (110,128,204). Sum of RGB (Red+Green+Blue) = 110+128+204=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E80CC is #917F33. Grayscale: #828282. Windows color (decimal): -9535284 or 13402222. OLE color: 13402222.
HSL color Cylindrical-coordinate representation of color #6E80CC: hue angle of 228.51º degrees, saturation: 0.48, 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 #6E80CC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 128 | 204 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.2 |
| HSL | 228.51º | 0.48% | 0.62% | - |
| HSV(B) | 228.51º | 0.46% | 0.8% | - |
| XYZ | 25.05 | 23.11 | 60.27 | - |
| YUV | 131.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 204 | 0.46 | 0.37 | 0 | 0.2 | 228.51 | 0.48 | 0.62 |
| Hex | 6E | 80 | CC | 2E | 25 | 0 | 14 | E5 | 30 | 3E |
| Octal | 156 | 200 | 314 | 56 | 45 | 0 | 24 | 345 | 60 | 76 |
| Binary | 1101110 | 10000000 | 11001100 | 101110 | 100101 | 0 | 10100 | 11100101 | 110000 | 111110 |
Color Harmonies of #6E80CC
Complementary color
Monochromatic Colors of #6E80CC
Black with #6E80CC
Text Example
Text Example
White with #6E80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E80CC; }
p { color: rgb(110,128,204); }
H1.HeaderClassName
{
color: #6E80CC;
}
.AnyTagClassName
{
color: #6E80CC;
}
</style>
background-color css
<style>
a { background-color: #6E80CC; }
a { background-color: rgb(110,128,204); }
div.DivClassName
{
background-color: #6E80CC;
}
.BgClassName
{
background-color: #6E80CC;
}
</style>
border-color css
<style>
span { border-color: #6E80CC; }
span { border-color: rgb(110,128,204); }
td.TdClassName
{
border-color: #6E80CC;
}
.TagClassName
{
border-color: #6E80CC;
}
</style>