Shades of Downy #6DCBC7
Tints of Downy #6DCBC7
RGB
CMYK
RGB Variations
Color information
#6DCBC7 (or 0x6DCBC7) is known color: Downy. HEX triplet: 6D, CB and C7. RGB value is (109,203,199). Sum of RGB (Red+Green+Blue) = 109+203+199=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBC7 is #923438. Grayscale: #AEAEAE. Windows color (decimal): -9581625 or 13093741. OLE color: 13093741.
HSL color Cylindrical-coordinate representation of color #6DCBC7: hue angle of 177.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBC7 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 199 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.20 |
| HSL | 177.45º | 0.47% | 0.61% | - |
| HSV(B) | 177.45º | 0.46% | 0.8% | - |
| XYZ | 37.97 | 50.09 | 61.7 | - |
| YUV | 174.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 199 | 0.46 | 0 | 0.02 | 0.20 | 177.45 | 0.47 | 0.61 |
| Hex | 6D | CB | C7 | 2E | 0 | 2 | 14 | B1 | 2F | 3D |
| Octal | 155 | 313 | 307 | 56 | 0 | 2 | 24 | 261 | 57 | 75 |
| Binary | 1101101 | 11001011 | 11000111 | 101110 | 0 | 10 | 10100 | 10110001 | 101111 | 111101 |
Color Harmonies of #6DCBC7
Complementary color
Monochromatic Colors of #6DCBC7
Black with #6DCBC7
Text Example
Text Example
White with #6DCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBC7; }
p { color: rgb(109,203,199); }
H1.HeaderClassName
{
color: #6DCBC7;
}
.AnyTagClassName
{
color: #6DCBC7;
}
</style>
background-color css
<style>
a { background-color: #6DCBC7; }
a { background-color: rgb(109,203,199); }
div.DivClassName
{
background-color: #6DCBC7;
}
.BgClassName
{
background-color: #6DCBC7;
}
</style>
border-color css
<style>
span { border-color: #6DCBC7; }
span { border-color: rgb(109,203,199); }
td.TdClassName
{
border-color: #6DCBC7;
}
.TagClassName
{
border-color: #6DCBC7;
}
</style>