Shades of Downy #6DCEC4
Tints of Downy #6DCEC4
RGB
CMYK
RGB Variations
Color information
#6DCEC4 (or 0x6DCEC4) is known color: Downy. HEX triplet: 6D, CE and C4. RGB value is (109,206,196). Sum of RGB (Red+Green+Blue) = 109+206+196=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEC4 is #92313B. Grayscale: #AFAFAF. Windows color (decimal): -9580860 or 12897901. OLE color: 12897901.
HSL color Cylindrical-coordinate representation of color #6DCEC4: hue angle of 173.81º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCEC4 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 196 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.19 |
| HSL | 173.81º | 0.5% | 0.62% | - |
| HSV(B) | 173.81º | 0.47% | 0.81% | - |
| XYZ | 38.34 | 51.38 | 60.12 | - |
| YUV | 175.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 196 | 0.47 | 0 | 0.05 | 0.19 | 173.81 | 0.5 | 0.62 |
| Hex | 6D | CE | C4 | 2F | 0 | 5 | 13 | AE | 32 | 3E |
| Octal | 155 | 316 | 304 | 57 | 0 | 5 | 23 | 256 | 62 | 76 |
| Binary | 1101101 | 11001110 | 11000100 | 101111 | 0 | 101 | 10011 | 10101110 | 110010 | 111110 |
Color Harmonies of #6DCEC4
Complementary color
Monochromatic Colors of #6DCEC4
Black with #6DCEC4
Text Example
Text Example
White with #6DCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEC4; }
p { color: rgb(109,206,196); }
H1.HeaderClassName
{
color: #6DCEC4;
}
.AnyTagClassName
{
color: #6DCEC4;
}
</style>
background-color css
<style>
a { background-color: #6DCEC4; }
a { background-color: rgb(109,206,196); }
div.DivClassName
{
background-color: #6DCEC4;
}
.BgClassName
{
background-color: #6DCEC4;
}
</style>
border-color css
<style>
span { border-color: #6DCEC4; }
span { border-color: rgb(109,206,196); }
td.TdClassName
{
border-color: #6DCEC4;
}
.TagClassName
{
border-color: #6DCEC4;
}
</style>