Shades of Downy #6CEEC3
Tints of Downy #6CEEC3
RGB
CMYK
RGB Variations
Color information
#6CEEC3 (or 0x6CEEC3) is known color: Downy. HEX triplet: 6C, EE and C3. RGB value is (108,238,195). Sum of RGB (Red+Green+Blue) = 108+238+195=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #6CEEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEEC3 is #93113C. Grayscale: #C2C2C2. Windows color (decimal): -9638205 or 12840556. OLE color: 12840556.
HSL color Cylindrical-coordinate representation of color #6CEEC3: hue angle of 160.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEEC3 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 238 | 195 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.07 |
| HSL | 160.15º | 0.79% | 0.68% | - |
| HSV(B) | 160.15º | 0.55% | 0.93% | - |
| XYZ | 46.61 | 68.28 | 62.35 | - |
| YUV | 194.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 238 | 195 | 0.55 | 0 | 0.18 | 0.07 | 160.15 | 0.79 | 0.68 |
| Hex | 6C | EE | C3 | 37 | 0 | 12 | 7 | A0 | 4F | 44 |
| Octal | 154 | 356 | 303 | 67 | 0 | 22 | 7 | 240 | 117 | 104 |
| Binary | 1101100 | 11101110 | 11000011 | 110111 | 0 | 10010 | 111 | 10100000 | 1001111 | 1000100 |
Color Harmonies of #6CEEC3
Complementary color
Monochromatic Colors of #6CEEC3
Black with #6CEEC3
Text Example
Text Example
White with #6CEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEEC3; }
p { color: rgb(108,238,195); }
H1.HeaderClassName
{
color: #6CEEC3;
}
.AnyTagClassName
{
color: #6CEEC3;
}
</style>
background-color css
<style>
a { background-color: #6CEEC3; }
a { background-color: rgb(108,238,195); }
div.DivClassName
{
background-color: #6CEEC3;
}
.BgClassName
{
background-color: #6CEEC3;
}
</style>
border-color css
<style>
span { border-color: #6CEEC3; }
span { border-color: rgb(108,238,195); }
td.TdClassName
{
border-color: #6CEEC3;
}
.TagClassName
{
border-color: #6CEEC3;
}
</style>