Shades of Spray #6ECED5
Tints of Spray #6ECED5
RGB
CMYK
RGB Variations
Color information
#6ECED5 (or 0x6ECED5) is known color: Spray. HEX triplet: 6E, CE and D5. RGB value is (110,206,213). Sum of RGB (Red+Green+Blue) = 110+206+213=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #6ECED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECED5 is #91312A. Grayscale: #B1B1B1. Windows color (decimal): -9515307 or 14012014. OLE color: 14012014.
HSL color Cylindrical-coordinate representation of color #6ECED5: hue angle of 184.08º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ECED5 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 206 | 213 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.16 |
| HSL | 184.08º | 0.55% | 0.63% | - |
| HSV(B) | 184.08º | 0.48% | 0.84% | - |
| XYZ | 40.51 | 52.26 | 70.9 | - |
| YUV | 178.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 213 | 0.48 | 0.03 | 0 | 0.16 | 184.08 | 0.55 | 0.63 |
| Hex | 6E | CE | D5 | 30 | 3 | 0 | 10 | B8 | 37 | 3F |
| Octal | 156 | 316 | 325 | 60 | 3 | 0 | 20 | 270 | 67 | 77 |
| Binary | 1101110 | 11001110 | 11010101 | 110000 | 11 | 0 | 10000 | 10111000 | 110111 | 111111 |
Color Harmonies of #6ECED5
Complementary color
Monochromatic Colors of #6ECED5
Black with #6ECED5
Text Example
Text Example
White with #6ECED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECED5; }
p { color: rgb(110,206,213); }
H1.HeaderClassName
{
color: #6ECED5;
}
.AnyTagClassName
{
color: #6ECED5;
}
</style>
background-color css
<style>
a { background-color: #6ECED5; }
a { background-color: rgb(110,206,213); }
div.DivClassName
{
background-color: #6ECED5;
}
.BgClassName
{
background-color: #6ECED5;
}
</style>
border-color css
<style>
span { border-color: #6ECED5; }
span { border-color: rgb(110,206,213); }
td.TdClassName
{
border-color: #6ECED5;
}
.TagClassName
{
border-color: #6ECED5;
}
</style>