Shades of Downy #6DCFBC
Tints of Downy #6DCFBC
RGB
CMYK
RGB Variations
Color information
#6DCFBC (or 0x6DCFBC) is known color: Downy. HEX triplet: 6D, CF and BC. RGB value is (109,207,188). Sum of RGB (Red+Green+Blue) = 109+207+188=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFBC is #923043. Grayscale: #AFAFAF. Windows color (decimal): -9580612 or 12373869. OLE color: 12373869.
HSL color Cylindrical-coordinate representation of color #6DCFBC: hue angle of 168.37º degrees, saturation: 0.51, 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 #6DCFBC is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 188 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.19 |
| HSL | 168.37º | 0.51% | 0.62% | - |
| HSV(B) | 168.37º | 0.47% | 0.81% | - |
| XYZ | 37.7 | 51.51 | 55.53 | - |
| YUV | 175.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 188 | 0.47 | 0 | 0.09 | 0.19 | 168.37 | 0.51 | 0.62 |
| Hex | 6D | CF | BC | 2F | 0 | 9 | 13 | A8 | 33 | 3E |
| Octal | 155 | 317 | 274 | 57 | 0 | 11 | 23 | 250 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10111100 | 101111 | 0 | 1001 | 10011 | 10101000 | 110011 | 111110 |
Color Harmonies of #6DCFBC
Complementary color
Monochromatic Colors of #6DCFBC
Black with #6DCFBC
Text Example
Text Example
White with #6DCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFBC; }
p { color: rgb(109,207,188); }
H1.HeaderClassName
{
color: #6DCFBC;
}
.AnyTagClassName
{
color: #6DCFBC;
}
</style>
background-color css
<style>
a { background-color: #6DCFBC; }
a { background-color: rgb(109,207,188); }
div.DivClassName
{
background-color: #6DCFBC;
}
.BgClassName
{
background-color: #6DCFBC;
}
</style>
border-color css
<style>
span { border-color: #6DCFBC; }
span { border-color: rgb(109,207,188); }
td.TdClassName
{
border-color: #6DCFBC;
}
.TagClassName
{
border-color: #6DCFBC;
}
</style>