Shades of Spray #6EC8CD
Tints of Spray #6EC8CD
RGB
CMYK
RGB Variations
Color information
#6EC8CD (or 0x6EC8CD) is known color: Spray. HEX triplet: 6E, C8 and CD. RGB value is (110,200,205). Sum of RGB (Red+Green+Blue) = 110+200+205=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8CD is #913732. Grayscale: #ADADAD. Windows color (decimal): -9516851 or 13486190. OLE color: 13486190.
HSL color Cylindrical-coordinate representation of color #6EC8CD: hue angle of 183.16º 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 #6EC8CD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 200 | 205 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.20 |
| HSL | 183.16º | 0.49% | 0.62% | - |
| HSV(B) | 183.16º | 0.46% | 0.8% | - |
| XYZ | 38.1 | 49.03 | 65.21 | - |
| YUV | 173.66 | 145.68 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 205 | 0.46 | 0.02 | 0 | 0.20 | 183.16 | 0.49 | 0.62 |
| Hex | 6E | C8 | CD | 2E | 2 | 0 | 14 | B7 | 31 | 3E |
| Octal | 156 | 310 | 315 | 56 | 2 | 0 | 24 | 267 | 61 | 76 |
| Binary | 1101110 | 11001000 | 11001101 | 101110 | 10 | 0 | 10100 | 10110111 | 110001 | 111110 |
Color Harmonies of #6EC8CD
Complementary color
Monochromatic Colors of #6EC8CD
Black with #6EC8CD
Text Example
Text Example
White with #6EC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC8CD; }
p { color: rgb(110,200,205); }
H1.HeaderClassName
{
color: #6EC8CD;
}
.AnyTagClassName
{
color: #6EC8CD;
}
</style>
background-color css
<style>
a { background-color: #6EC8CD; }
a { background-color: rgb(110,200,205); }
div.DivClassName
{
background-color: #6EC8CD;
}
.BgClassName
{
background-color: #6EC8CD;
}
</style>
border-color css
<style>
span { border-color: #6EC8CD; }
span { border-color: rgb(110,200,205); }
td.TdClassName
{
border-color: #6EC8CD;
}
.TagClassName
{
border-color: #6EC8CD;
}
</style>