Shades of Downy #6BD6C1
Tints of Downy #6BD6C1
RGB
CMYK
RGB Variations
Color information
#6BD6C1 (or 0x6BD6C1) is known color: Downy. HEX triplet: 6B, D6 and C1. RGB value is (107,214,193). Sum of RGB (Red+Green+Blue) = 107+214+193=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6C1 is #94293E. Grayscale: #B3B3B3. Windows color (decimal): -9709887 or 12703339. OLE color: 12703339.
HSL color Cylindrical-coordinate representation of color #6BD6C1: hue angle of 168.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD6C1 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 214 | 193 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.16 |
| HSL | 168.22º | 0.57% | 0.63% | - |
| HSV(B) | 168.22º | 0.5% | 0.84% | - |
| XYZ | 39.74 | 55.07 | 58.99 | - |
| YUV | 179.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 214 | 193 | 0.50 | 0 | 0.10 | 0.16 | 168.22 | 0.57 | 0.63 |
| Hex | 6B | D6 | C1 | 32 | 0 | A | 10 | A8 | 39 | 3F |
| Octal | 153 | 326 | 301 | 62 | 0 | 12 | 20 | 250 | 71 | 77 |
| Binary | 1101011 | 11010110 | 11000001 | 110010 | 0 | 1010 | 10000 | 10101000 | 111001 | 111111 |
Color Harmonies of #6BD6C1
Complementary color
Monochromatic Colors of #6BD6C1
Black with #6BD6C1
Text Example
Text Example
White with #6BD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD6C1; }
p { color: rgb(107,214,193); }
H1.HeaderClassName
{
color: #6BD6C1;
}
.AnyTagClassName
{
color: #6BD6C1;
}
</style>
background-color css
<style>
a { background-color: #6BD6C1; }
a { background-color: rgb(107,214,193); }
div.DivClassName
{
background-color: #6BD6C1;
}
.BgClassName
{
background-color: #6BD6C1;
}
</style>
border-color css
<style>
span { border-color: #6BD6C1; }
span { border-color: rgb(107,214,193); }
td.TdClassName
{
border-color: #6BD6C1;
}
.TagClassName
{
border-color: #6BD6C1;
}
</style>