Shades of Downy #6CE0C4
Tints of Downy #6CE0C4
RGB
CMYK
RGB Variations
Color information
#6CE0C4 (or 0x6CE0C4) is known color: Downy. HEX triplet: 6C, E0 and C4. RGB value is (108,224,196). Sum of RGB (Red+Green+Blue) = 108+224+196=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE0C4 is #931F3B. Grayscale: #BABABA. Windows color (decimal): -9641788 or 12902508. OLE color: 12902508.
HSL color Cylindrical-coordinate representation of color #6CE0C4: hue angle of 165.52º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE0C4 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 196 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.12 |
| HSL | 165.52º | 0.65% | 0.65% | - |
| HSV(B) | 165.52º | 0.52% | 0.88% | - |
| XYZ | 42.8 | 60.48 | 61.64 | - |
| YUV | 186.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 196 | 0.52 | 0 | 0.12 | 0.12 | 165.52 | 0.65 | 0.65 |
| Hex | 6C | E0 | C4 | 34 | 0 | C | C | A6 | 41 | 41 |
| Octal | 154 | 340 | 304 | 64 | 0 | 14 | 14 | 246 | 101 | 101 |
| Binary | 1101100 | 11100000 | 11000100 | 110100 | 0 | 1100 | 1100 | 10100110 | 1000001 | 1000001 |
Color Harmonies of #6CE0C4
Complementary color
Monochromatic Colors of #6CE0C4
Black with #6CE0C4
Text Example
Text Example
White with #6CE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE0C4; }
p { color: rgb(108,224,196); }
H1.HeaderClassName
{
color: #6CE0C4;
}
.AnyTagClassName
{
color: #6CE0C4;
}
</style>
background-color css
<style>
a { background-color: #6CE0C4; }
a { background-color: rgb(108,224,196); }
div.DivClassName
{
background-color: #6CE0C4;
}
.BgClassName
{
background-color: #6CE0C4;
}
</style>
border-color css
<style>
span { border-color: #6CE0C4; }
span { border-color: rgb(108,224,196); }
td.TdClassName
{
border-color: #6CE0C4;
}
.TagClassName
{
border-color: #6CE0C4;
}
</style>