Shades of Downy #6BE1C7
Tints of Downy #6BE1C7
RGB
CMYK
RGB Variations
Color information
#6BE1C7 (or 0x6BE1C7) is known color: Downy. HEX triplet: 6B, E1 and C7. RGB value is (107,225,199). Sum of RGB (Red+Green+Blue) = 107+225+199=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1C7 is #941E38. Grayscale: #BABABA. Windows color (decimal): -9707065 or 13099371. OLE color: 13099371.
HSL color Cylindrical-coordinate representation of color #6BE1C7: hue angle of 166.78º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1C7 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 199 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.12 |
| HSL | 166.78º | 0.66% | 0.65% | - |
| HSV(B) | 166.78º | 0.52% | 0.88% | - |
| XYZ | 43.3 | 61.1 | 63.54 | - |
| YUV | 186.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 199 | 0.52 | 0 | 0.12 | 0.12 | 166.78 | 0.66 | 0.65 |
| Hex | 6B | E1 | C7 | 34 | 0 | C | C | A7 | 42 | 41 |
| Octal | 153 | 341 | 307 | 64 | 0 | 14 | 14 | 247 | 102 | 101 |
| Binary | 1101011 | 11100001 | 11000111 | 110100 | 0 | 1100 | 1100 | 10100111 | 1000010 | 1000001 |
Color Harmonies of #6BE1C7
Complementary color
Monochromatic Colors of #6BE1C7
Black with #6BE1C7
Text Example
Text Example
White with #6BE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE1C7; }
p { color: rgb(107,225,199); }
H1.HeaderClassName
{
color: #6BE1C7;
}
.AnyTagClassName
{
color: #6BE1C7;
}
</style>
background-color css
<style>
a { background-color: #6BE1C7; }
a { background-color: rgb(107,225,199); }
div.DivClassName
{
background-color: #6BE1C7;
}
.BgClassName
{
background-color: #6BE1C7;
}
</style>
border-color css
<style>
span { border-color: #6BE1C7; }
span { border-color: rgb(107,225,199); }
td.TdClassName
{
border-color: #6BE1C7;
}
.TagClassName
{
border-color: #6BE1C7;
}
</style>