Shades of Downy #6BD2C1
Tints of Downy #6BD2C1
RGB
CMYK
RGB Variations
Color information
#6BD2C1 (or 0x6BD2C1) is known color: Downy. HEX triplet: 6B, D2 and C1. RGB value is (107,210,193). Sum of RGB (Red+Green+Blue) = 107+210+193=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2C1 is #942D3E. Grayscale: #B1B1B1. Windows color (decimal): -9710911 or 12702315. OLE color: 12702315.
HSL color Cylindrical-coordinate representation of color #6BD2C1: hue angle of 170.1º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2C1 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 210 | 193 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.18 |
| HSL | 170.1º | 0.53% | 0.62% | - |
| HSV(B) | 170.1º | 0.49% | 0.82% | - |
| XYZ | 38.74 | 53.07 | 58.65 | - |
| YUV | 177.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 193 | 0.49 | 0 | 0.08 | 0.18 | 170.1 | 0.53 | 0.62 |
| Hex | 6B | D2 | C1 | 31 | 0 | 8 | 12 | AA | 35 | 3E |
| Octal | 153 | 322 | 301 | 61 | 0 | 10 | 22 | 252 | 65 | 76 |
| Binary | 1101011 | 11010010 | 11000001 | 110001 | 0 | 1000 | 10010 | 10101010 | 110101 | 111110 |
Color Harmonies of #6BD2C1
Complementary color
Monochromatic Colors of #6BD2C1
Black with #6BD2C1
Text Example
Text Example
White with #6BD2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD2C1; }
p { color: rgb(107,210,193); }
H1.HeaderClassName
{
color: #6BD2C1;
}
.AnyTagClassName
{
color: #6BD2C1;
}
</style>
background-color css
<style>
a { background-color: #6BD2C1; }
a { background-color: rgb(107,210,193); }
div.DivClassName
{
background-color: #6BD2C1;
}
.BgClassName
{
background-color: #6BD2C1;
}
</style>
border-color css
<style>
span { border-color: #6BD2C1; }
span { border-color: rgb(107,210,193); }
td.TdClassName
{
border-color: #6BD2C1;
}
.TagClassName
{
border-color: #6BD2C1;
}
</style>