Shades of Spray #6EC7DD
Tints of Spray #6EC7DD
RGB
CMYK
RGB Variations
Color information
#6EC7DD (or 0x6EC7DD) is known color: Spray. HEX triplet: 6E, C7 and DD. RGB value is (110,199,221). Sum of RGB (Red+Green+Blue) = 110+199+221=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EC7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC7DD is #913822. Grayscale: #AEAEAE. Windows color (decimal): -9517091 or 14534510. OLE color: 14534510.
HSL color Cylindrical-coordinate representation of color #6EC7DD: hue angle of 191.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EC7DD is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 199 | 221 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.13 |
| HSL | 191.89º | 0.62% | 0.65% | - |
| HSV(B) | 191.89º | 0.5% | 0.87% | - |
| XYZ | 39.9 | 49.38 | 75.84 | - |
| YUV | 174.9 | 154.01 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 221 | 0.50 | 0.10 | 0 | 0.13 | 191.89 | 0.62 | 0.65 |
| Hex | 6E | C7 | DD | 32 | A | 0 | D | C0 | 3E | 41 |
| Octal | 156 | 307 | 335 | 62 | 12 | 0 | 15 | 300 | 76 | 101 |
| Binary | 1101110 | 11000111 | 11011101 | 110010 | 1010 | 0 | 1101 | 11000000 | 111110 | 1000001 |
Color Harmonies of #6EC7DD
Complementary color
Monochromatic Colors of #6EC7DD
Black with #6EC7DD
Text Example
Text Example
White with #6EC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7DD; }
p { color: rgb(110,199,221); }
H1.HeaderClassName
{
color: #6EC7DD;
}
.AnyTagClassName
{
color: #6EC7DD;
}
</style>
background-color css
<style>
a { background-color: #6EC7DD; }
a { background-color: rgb(110,199,221); }
div.DivClassName
{
background-color: #6EC7DD;
}
.BgClassName
{
background-color: #6EC7DD;
}
</style>
border-color css
<style>
span { border-color: #6EC7DD; }
span { border-color: rgb(110,199,221); }
td.TdClassName
{
border-color: #6EC7DD;
}
.TagClassName
{
border-color: #6EC7DD;
}
</style>