Shades of Downy #6BE7C2
Tints of Downy #6BE7C2
RGB
CMYK
RGB Variations
Color information
#6BE7C2 (or 0x6BE7C2) is known color: Downy. HEX triplet: 6B, E7 and C2. RGB value is (107,231,194). Sum of RGB (Red+Green+Blue) = 107+231+194=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #6BE7C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE7C2 is #94183D. Grayscale: #BDBDBD. Windows color (decimal): -9705534 or 12773227. OLE color: 12773227.
HSL color Cylindrical-coordinate representation of color #6BE7C2: hue angle of 162.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE7C2 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 231 | 194 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.09 |
| HSL | 162.1º | 0.72% | 0.66% | - |
| HSV(B) | 162.1º | 0.54% | 0.91% | - |
| XYZ | 44.38 | 64.17 | 61.09 | - |
| YUV | 189.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 231 | 194 | 0.54 | 0 | 0.16 | 0.09 | 162.1 | 0.72 | 0.66 |
| Hex | 6B | E7 | C2 | 36 | 0 | 10 | 9 | A2 | 48 | 42 |
| Octal | 153 | 347 | 302 | 66 | 0 | 20 | 11 | 242 | 110 | 102 |
| Binary | 1101011 | 11100111 | 11000010 | 110110 | 0 | 10000 | 1001 | 10100010 | 1001000 | 1000010 |
Color Harmonies of #6BE7C2
Complementary color
Monochromatic Colors of #6BE7C2
Black with #6BE7C2
Text Example
Text Example
White with #6BE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE7C2; }
p { color: rgb(107,231,194); }
H1.HeaderClassName
{
color: #6BE7C2;
}
.AnyTagClassName
{
color: #6BE7C2;
}
</style>
background-color css
<style>
a { background-color: #6BE7C2; }
a { background-color: rgb(107,231,194); }
div.DivClassName
{
background-color: #6BE7C2;
}
.BgClassName
{
background-color: #6BE7C2;
}
</style>
border-color css
<style>
span { border-color: #6BE7C2; }
span { border-color: rgb(107,231,194); }
td.TdClassName
{
border-color: #6BE7C2;
}
.TagClassName
{
border-color: #6BE7C2;
}
</style>