Shades of Downy #6EE3CC
Tints of Downy #6EE3CC
RGB
CMYK
RGB Variations
Color information
#6EE3CC (or 0x6EE3CC) is known color: Downy. HEX triplet: 6E, E3 and CC. RGB value is (110,227,204). Sum of RGB (Red+Green+Blue) = 110+227+204=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #6EE3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE3CC is #911C33. Grayscale: #BDBDBD. Windows color (decimal): -9509940 or 13427566. OLE color: 13427566.
HSL color Cylindrical-coordinate representation of color #6EE3CC: hue angle of 168.21º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE3CC is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 227 | 204 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.11 |
| HSL | 168.21º | 0.68% | 0.66% | - |
| HSV(B) | 168.21º | 0.52% | 0.89% | - |
| XYZ | 44.8 | 62.61 | 66.85 | - |
| YUV | 189.4 | 136.24 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 227 | 204 | 0.52 | 0 | 0.10 | 0.11 | 168.21 | 0.68 | 0.66 |
| Hex | 6E | E3 | CC | 34 | 0 | A | B | A8 | 44 | 42 |
| Octal | 156 | 343 | 314 | 64 | 0 | 12 | 13 | 250 | 104 | 102 |
| Binary | 1101110 | 11100011 | 11001100 | 110100 | 0 | 1010 | 1011 | 10101000 | 1000100 | 1000010 |
Color Harmonies of #6EE3CC
Complementary color
Monochromatic Colors of #6EE3CC
Black with #6EE3CC
Text Example
Text Example
White with #6EE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE3CC; }
p { color: rgb(110,227,204); }
H1.HeaderClassName
{
color: #6EE3CC;
}
.AnyTagClassName
{
color: #6EE3CC;
}
</style>
background-color css
<style>
a { background-color: #6EE3CC; }
a { background-color: rgb(110,227,204); }
div.DivClassName
{
background-color: #6EE3CC;
}
.BgClassName
{
background-color: #6EE3CC;
}
</style>
border-color css
<style>
span { border-color: #6EE3CC; }
span { border-color: rgb(110,227,204); }
td.TdClassName
{
border-color: #6EE3CC;
}
.TagClassName
{
border-color: #6EE3CC;
}
</style>