Shades of Downy #6DCFBF
Tints of Downy #6DCFBF
RGB
CMYK
RGB Variations
Color information
#6DCFBF (or 0x6DCFBF) is known color: Downy. HEX triplet: 6D, CF and BF. RGB value is (109,207,191). Sum of RGB (Red+Green+Blue) = 109+207+191=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFBF is #923040. Grayscale: #AFAFAF. Windows color (decimal): -9580609 or 12570477. OLE color: 12570477.
HSL color Cylindrical-coordinate representation of color #6DCFBF: hue angle of 170.2º 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 #6DCFBF is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 191 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.19 |
| HSL | 170.2º | 0.51% | 0.62% | - |
| HSV(B) | 170.2º | 0.47% | 0.81% | - |
| XYZ | 38.02 | 51.64 | 57.25 | - |
| YUV | 175.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 191 | 0.47 | 0 | 0.08 | 0.19 | 170.2 | 0.51 | 0.62 |
| Hex | 6D | CF | BF | 2F | 0 | 8 | 13 | AA | 33 | 3E |
| Octal | 155 | 317 | 277 | 57 | 0 | 10 | 23 | 252 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10111111 | 101111 | 0 | 1000 | 10011 | 10101010 | 110011 | 111110 |
Color Harmonies of #6DCFBF
Complementary color
Monochromatic Colors of #6DCFBF
Black with #6DCFBF
Text Example
Text Example
White with #6DCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFBF; }
p { color: rgb(109,207,191); }
H1.HeaderClassName
{
color: #6DCFBF;
}
.AnyTagClassName
{
color: #6DCFBF;
}
</style>
background-color css
<style>
a { background-color: #6DCFBF; }
a { background-color: rgb(109,207,191); }
div.DivClassName
{
background-color: #6DCFBF;
}
.BgClassName
{
background-color: #6DCFBF;
}
</style>
border-color css
<style>
span { border-color: #6DCFBF; }
span { border-color: rgb(109,207,191); }
td.TdClassName
{
border-color: #6DCFBF;
}
.TagClassName
{
border-color: #6DCFBF;
}
</style>