Shades of Spray #6EC7CD
Tints of Spray #6EC7CD
RGB
CMYK
RGB Variations
Color information
#6EC7CD (or 0x6EC7CD) is known color: Spray. HEX triplet: 6E, C7 and CD. RGB value is (110,199,205). Sum of RGB (Red+Green+Blue) = 110+199+205=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC7CD is #913832. Grayscale: #ACACAC. Windows color (decimal): -9517107 or 13485934. OLE color: 13485934.
HSL color Cylindrical-coordinate representation of color #6EC7CD: hue angle of 183.79º 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 #6EC7CD is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 199 | 205 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.20 |
| HSL | 183.79º | 0.49% | 0.62% | - |
| HSV(B) | 183.79º | 0.46% | 0.8% | - |
| XYZ | 37.87 | 48.57 | 65.14 | - |
| YUV | 173.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 205 | 0.46 | 0.03 | 0 | 0.20 | 183.79 | 0.49 | 0.62 |
| Hex | 6E | C7 | CD | 2E | 3 | 0 | 14 | B8 | 31 | 3E |
| Octal | 156 | 307 | 315 | 56 | 3 | 0 | 24 | 270 | 61 | 76 |
| Binary | 1101110 | 11000111 | 11001101 | 101110 | 11 | 0 | 10100 | 10111000 | 110001 | 111110 |
Color Harmonies of #6EC7CD
Complementary color
Monochromatic Colors of #6EC7CD
Black with #6EC7CD
Text Example
Text Example
White with #6EC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7CD; }
p { color: rgb(110,199,205); }
H1.HeaderClassName
{
color: #6EC7CD;
}
.AnyTagClassName
{
color: #6EC7CD;
}
</style>
background-color css
<style>
a { background-color: #6EC7CD; }
a { background-color: rgb(110,199,205); }
div.DivClassName
{
background-color: #6EC7CD;
}
.BgClassName
{
background-color: #6EC7CD;
}
</style>
border-color css
<style>
span { border-color: #6EC7CD; }
span { border-color: rgb(110,199,205); }
td.TdClassName
{
border-color: #6EC7CD;
}
.TagClassName
{
border-color: #6EC7CD;
}
</style>