Shades of Spray #6EC6DC
Tints of Spray #6EC6DC
RGB
CMYK
RGB Variations
Color information
#6EC6DC (or 0x6EC6DC) is known color: Spray. HEX triplet: 6E, C6 and DC. RGB value is (110,198,220). Sum of RGB (Red+Green+Blue) = 110+198+220=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EC6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC6DC is #913923. Grayscale: #AEAEAE. Windows color (decimal): -9517348 or 14468718. OLE color: 14468718.
HSL color Cylindrical-coordinate representation of color #6EC6DC: hue angle of 192º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EC6DC is Cyan = 0.50, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 198 | 220 | - |
| CMYK | 0.50 | 0.1 | 0 | 0.14 |
| HSL | 192º | 0.61% | 0.65% | - |
| HSV(B) | 192º | 0.5% | 0.86% | - |
| XYZ | 39.54 | 48.87 | 75.06 | - |
| YUV | 174.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 220 | 0.50 | 0.1 | 0 | 0.14 | 192 | 0.61 | 0.65 |
| Hex | 6E | C6 | DC | 32 | A | 0 | E | C0 | 3D | 41 |
| Octal | 156 | 306 | 334 | 62 | 12 | 0 | 16 | 300 | 75 | 101 |
| Binary | 1101110 | 11000110 | 11011100 | 110010 | 1010 | 0 | 1110 | 11000000 | 111101 | 1000001 |
Color Harmonies of #6EC6DC
Complementary color
Monochromatic Colors of #6EC6DC
Black with #6EC6DC
Text Example
Text Example
White with #6EC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC6DC; }
p { color: rgb(110,198,220); }
H1.HeaderClassName
{
color: #6EC6DC;
}
.AnyTagClassName
{
color: #6EC6DC;
}
</style>
background-color css
<style>
a { background-color: #6EC6DC; }
a { background-color: rgb(110,198,220); }
div.DivClassName
{
background-color: #6EC6DC;
}
.BgClassName
{
background-color: #6EC6DC;
}
</style>
border-color css
<style>
span { border-color: #6EC6DC; }
span { border-color: rgb(110,198,220); }
td.TdClassName
{
border-color: #6EC6DC;
}
.TagClassName
{
border-color: #6EC6DC;
}
</style>