Shades of Downy #6DCFB8
Tints of Downy #6DCFB8
RGB
CMYK
RGB Variations
Color information
#6DCFB8 (or 0x6DCFB8) is known color: Downy. HEX triplet: 6D, CF and B8. RGB value is (109,207,184). Sum of RGB (Red+Green+Blue) = 109+207+184=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFB8 is #923047. Grayscale: #AFAFAF. Windows color (decimal): -9580616 or 12111725. OLE color: 12111725.
HSL color Cylindrical-coordinate representation of color #6DCFB8: hue angle of 165.92º 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 #6DCFB8 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 184 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.19 |
| HSL | 165.92º | 0.51% | 0.62% | - |
| HSV(B) | 165.92º | 0.47% | 0.81% | - |
| XYZ | 37.27 | 51.34 | 53.29 | - |
| YUV | 175.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 184 | 0.47 | 0 | 0.11 | 0.19 | 165.92 | 0.51 | 0.62 |
| Hex | 6D | CF | B8 | 2F | 0 | B | 13 | A6 | 33 | 3E |
| Octal | 155 | 317 | 270 | 57 | 0 | 13 | 23 | 246 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10111000 | 101111 | 0 | 1011 | 10011 | 10100110 | 110011 | 111110 |
Color Harmonies of #6DCFB8
Complementary color
Monochromatic Colors of #6DCFB8
Black with #6DCFB8
Text Example
Text Example
White with #6DCFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFB8; }
p { color: rgb(109,207,184); }
H1.HeaderClassName
{
color: #6DCFB8;
}
.AnyTagClassName
{
color: #6DCFB8;
}
</style>
background-color css
<style>
a { background-color: #6DCFB8; }
a { background-color: rgb(109,207,184); }
div.DivClassName
{
background-color: #6DCFB8;
}
.BgClassName
{
background-color: #6DCFB8;
}
</style>
border-color css
<style>
span { border-color: #6DCFB8; }
span { border-color: rgb(109,207,184); }
td.TdClassName
{
border-color: #6DCFB8;
}
.TagClassName
{
border-color: #6DCFB8;
}
</style>