Shades of Downy #6BE6CA
Tints of Downy #6BE6CA
RGB
CMYK
RGB Variations
Color information
#6BE6CA (or 0x6BE6CA) is known color: Downy. HEX triplet: 6B, E6 and CA. RGB value is (107,230,202). Sum of RGB (Red+Green+Blue) = 107+230+202=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE6CA is #941935. Grayscale: #BEBEBE. Windows color (decimal): -9705782 or 13297259. OLE color: 13297259.
HSL color Cylindrical-coordinate representation of color #6BE6CA: hue angle of 166.34º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE6CA is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 230 | 202 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.10 |
| HSL | 166.34º | 0.71% | 0.66% | - |
| HSV(B) | 166.34º | 0.53% | 0.9% | - |
| XYZ | 45.02 | 63.98 | 65.85 | - |
| YUV | 190.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 230 | 202 | 0.53 | 0 | 0.12 | 0.10 | 166.34 | 0.71 | 0.66 |
| Hex | 6B | E6 | CA | 35 | 0 | C | A | A6 | 47 | 42 |
| Octal | 153 | 346 | 312 | 65 | 0 | 14 | 12 | 246 | 107 | 102 |
| Binary | 1101011 | 11100110 | 11001010 | 110101 | 0 | 1100 | 1010 | 10100110 | 1000111 | 1000010 |
Color Harmonies of #6BE6CA
Complementary color
Monochromatic Colors of #6BE6CA
Black with #6BE6CA
Text Example
Text Example
White with #6BE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE6CA; }
p { color: rgb(107,230,202); }
H1.HeaderClassName
{
color: #6BE6CA;
}
.AnyTagClassName
{
color: #6BE6CA;
}
</style>
background-color css
<style>
a { background-color: #6BE6CA; }
a { background-color: rgb(107,230,202); }
div.DivClassName
{
background-color: #6BE6CA;
}
.BgClassName
{
background-color: #6BE6CA;
}
</style>
border-color css
<style>
span { border-color: #6BE6CA; }
span { border-color: rgb(107,230,202); }
td.TdClassName
{
border-color: #6BE6CA;
}
.TagClassName
{
border-color: #6BE6CA;
}
</style>