Shades of Downy #6AEBCC
Tints of Downy #6AEBCC
RGB
CMYK
RGB Variations
Color information
#6AEBCC (or 0x6AEBCC) is known color: Downy. HEX triplet: 6A, EB and CC. RGB value is (106,235,204). Sum of RGB (Red+Green+Blue) = 106+235+204=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBCC is #951433. Grayscale: #C0C0C0. Windows color (decimal): -9770036 or 13429610. OLE color: 13429610.
HSL color Cylindrical-coordinate representation of color #6AEBCC: hue angle of 165.58º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBCC is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 204 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.08 |
| HSL | 165.58º | 0.76% | 0.67% | - |
| HSV(B) | 165.58º | 0.55% | 0.92% | - |
| XYZ | 46.55 | 66.84 | 67.57 | - |
| YUV | 192.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 204 | 0.55 | 0 | 0.13 | 0.08 | 165.58 | 0.76 | 0.67 |
| Hex | 6A | EB | CC | 37 | 0 | D | 8 | A6 | 4C | 43 |
| Octal | 152 | 353 | 314 | 67 | 0 | 15 | 10 | 246 | 114 | 103 |
| Binary | 1101010 | 11101011 | 11001100 | 110111 | 0 | 1101 | 1000 | 10100110 | 1001100 | 1000011 |
Color Harmonies of #6AEBCC
Complementary color
Monochromatic Colors of #6AEBCC
Black with #6AEBCC
Text Example
Text Example
White with #6AEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEBCC; }
p { color: rgb(106,235,204); }
H1.HeaderClassName
{
color: #6AEBCC;
}
.AnyTagClassName
{
color: #6AEBCC;
}
</style>
background-color css
<style>
a { background-color: #6AEBCC; }
a { background-color: rgb(106,235,204); }
div.DivClassName
{
background-color: #6AEBCC;
}
.BgClassName
{
background-color: #6AEBCC;
}
</style>
border-color css
<style>
span { border-color: #6AEBCC; }
span { border-color: rgb(106,235,204); }
td.TdClassName
{
border-color: #6AEBCC;
}
.TagClassName
{
border-color: #6AEBCC;
}
</style>