Shades of Downy #6BEAC3
Tints of Downy #6BEAC3
RGB
CMYK
RGB Variations
Color information
#6BEAC3 (or 0x6BEAC3) is known color: Downy. HEX triplet: 6B, EA and C3. RGB value is (107,234,195). Sum of RGB (Red+Green+Blue) = 107+234+195=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEAC3 is #94153C. Grayscale: #BFBFBF. Windows color (decimal): -9704765 or 12839531. OLE color: 12839531.
HSL color Cylindrical-coordinate representation of color #6BEAC3: hue angle of 161.57º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEAC3 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 195 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.08 |
| HSL | 161.57º | 0.75% | 0.67% | - |
| HSV(B) | 161.57º | 0.54% | 0.92% | - |
| XYZ | 45.34 | 65.91 | 61.96 | - |
| YUV | 191.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 195 | 0.54 | 0 | 0.17 | 0.08 | 161.57 | 0.75 | 0.67 |
| Hex | 6B | EA | C3 | 36 | 0 | 11 | 8 | A2 | 4B | 43 |
| Octal | 153 | 352 | 303 | 66 | 0 | 21 | 10 | 242 | 113 | 103 |
| Binary | 1101011 | 11101010 | 11000011 | 110110 | 0 | 10001 | 1000 | 10100010 | 1001011 | 1000011 |
Color Harmonies of #6BEAC3
Complementary color
Monochromatic Colors of #6BEAC3
Black with #6BEAC3
Text Example
Text Example
White with #6BEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAC3; }
p { color: rgb(107,234,195); }
H1.HeaderClassName
{
color: #6BEAC3;
}
.AnyTagClassName
{
color: #6BEAC3;
}
</style>
background-color css
<style>
a { background-color: #6BEAC3; }
a { background-color: rgb(107,234,195); }
div.DivClassName
{
background-color: #6BEAC3;
}
.BgClassName
{
background-color: #6BEAC3;
}
</style>
border-color css
<style>
span { border-color: #6BEAC3; }
span { border-color: rgb(107,234,195); }
td.TdClassName
{
border-color: #6BEAC3;
}
.TagClassName
{
border-color: #6BEAC3;
}
</style>