Shades of Downy #6AEFC1
Tints of Downy #6AEFC1
RGB
CMYK
RGB Variations
Color information
#6AEFC1 (or 0x6AEFC1) is known color: Downy. HEX triplet: 6A, EF and C1. RGB value is (106,239,193). Sum of RGB (Red+Green+Blue) = 106+239+193=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFC1 is #95103E. Grayscale: #C2C2C2. Windows color (decimal): -9769023 or 12709738. OLE color: 12709738.
HSL color Cylindrical-coordinate representation of color #6AEFC1: hue angle of 159.25º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFC1 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 193 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.06 |
| HSL | 159.25º | 0.81% | 0.68% | - |
| HSV(B) | 159.25º | 0.56% | 0.94% | - |
| XYZ | 46.44 | 68.65 | 61.25 | - |
| YUV | 193.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 193 | 0.56 | 0 | 0.19 | 0.06 | 159.25 | 0.81 | 0.68 |
| Hex | 6A | EF | C1 | 38 | 0 | 13 | 6 | 9F | 51 | 44 |
| Octal | 152 | 357 | 301 | 70 | 0 | 23 | 6 | 237 | 121 | 104 |
| Binary | 1101010 | 11101111 | 11000001 | 111000 | 0 | 10011 | 110 | 10011111 | 1010001 | 1000100 |
Color Harmonies of #6AEFC1
Complementary color
Monochromatic Colors of #6AEFC1
Black with #6AEFC1
Text Example
Text Example
White with #6AEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFC1; }
p { color: rgb(106,239,193); }
H1.HeaderClassName
{
color: #6AEFC1;
}
.AnyTagClassName
{
color: #6AEFC1;
}
</style>
background-color css
<style>
a { background-color: #6AEFC1; }
a { background-color: rgb(106,239,193); }
div.DivClassName
{
background-color: #6AEFC1;
}
.BgClassName
{
background-color: #6AEFC1;
}
</style>
border-color css
<style>
span { border-color: #6AEFC1; }
span { border-color: rgb(106,239,193); }
td.TdClassName
{
border-color: #6AEFC1;
}
.TagClassName
{
border-color: #6AEFC1;
}
</style>