Shades of Downy #6AECC3
Tints of Downy #6AECC3
RGB
CMYK
RGB Variations
Color information
#6AECC3 (or 0x6AECC3) is known color: Downy. HEX triplet: 6A, EC and C3. RGB value is (106,236,195). Sum of RGB (Red+Green+Blue) = 106+236+195=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECC3 is #95133C. Grayscale: #C0C0C0. Windows color (decimal): -9769789 or 12840042. OLE color: 12840042.
HSL color Cylindrical-coordinate representation of color #6AECC3: hue angle of 161.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECC3 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 195 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.07 |
| HSL | 161.08º | 0.77% | 0.67% | - |
| HSV(B) | 161.08º | 0.55% | 0.93% | - |
| XYZ | 45.79 | 67 | 62.15 | - |
| YUV | 192.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 195 | 0.55 | 0 | 0.17 | 0.07 | 161.08 | 0.77 | 0.67 |
| Hex | 6A | EC | C3 | 37 | 0 | 11 | 7 | A1 | 4D | 43 |
| Octal | 152 | 354 | 303 | 67 | 0 | 21 | 7 | 241 | 115 | 103 |
| Binary | 1101010 | 11101100 | 11000011 | 110111 | 0 | 10001 | 111 | 10100001 | 1001101 | 1000011 |
Color Harmonies of #6AECC3
Complementary color
Monochromatic Colors of #6AECC3
Black with #6AECC3
Text Example
Text Example
White with #6AECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECC3; }
p { color: rgb(106,236,195); }
H1.HeaderClassName
{
color: #6AECC3;
}
.AnyTagClassName
{
color: #6AECC3;
}
</style>
background-color css
<style>
a { background-color: #6AECC3; }
a { background-color: rgb(106,236,195); }
div.DivClassName
{
background-color: #6AECC3;
}
.BgClassName
{
background-color: #6AECC3;
}
</style>
border-color css
<style>
span { border-color: #6AECC3; }
span { border-color: rgb(106,236,195); }
td.TdClassName
{
border-color: #6AECC3;
}
.TagClassName
{
border-color: #6AECC3;
}
</style>