Shades of Downy #6BE1CF
Tints of Downy #6BE1CF
RGB
CMYK
RGB Variations
Color information
#6BE1CF (or 0x6BE1CF) is known color: Downy. HEX triplet: 6B, E1 and CF. RGB value is (107,225,207). Sum of RGB (Red+Green+Blue) = 107+225+207=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1CF is #941E30. Grayscale: #BBBBBB. Windows color (decimal): -9707057 or 13623659. OLE color: 13623659.
HSL color Cylindrical-coordinate representation of color #6BE1CF: hue angle of 170.85º 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 #6BE1CF is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 207 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.12 |
| HSL | 170.85º | 0.66% | 0.65% | - |
| HSV(B) | 170.85º | 0.52% | 0.88% | - |
| XYZ | 44.25 | 61.48 | 68.57 | - |
| YUV | 187.67 | 138.91 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 207 | 0.52 | 0 | 0.08 | 0.12 | 170.85 | 0.66 | 0.65 |
| Hex | 6B | E1 | CF | 34 | 0 | 8 | C | AB | 42 | 41 |
| Octal | 153 | 341 | 317 | 64 | 0 | 10 | 14 | 253 | 102 | 101 |
| Binary | 1101011 | 11100001 | 11001111 | 110100 | 0 | 1000 | 1100 | 10101011 | 1000010 | 1000001 |
Color Harmonies of #6BE1CF
Complementary color
Monochromatic Colors of #6BE1CF
Black with #6BE1CF
Text Example
Text Example
White with #6BE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE1CF; }
p { color: rgb(107,225,207); }
H1.HeaderClassName
{
color: #6BE1CF;
}
.AnyTagClassName
{
color: #6BE1CF;
}
</style>
background-color css
<style>
a { background-color: #6BE1CF; }
a { background-color: rgb(107,225,207); }
div.DivClassName
{
background-color: #6BE1CF;
}
.BgClassName
{
background-color: #6BE1CF;
}
</style>
border-color css
<style>
span { border-color: #6BE1CF; }
span { border-color: rgb(107,225,207); }
td.TdClassName
{
border-color: #6BE1CF;
}
.TagClassName
{
border-color: #6BE1CF;
}
</style>