Shades of Downy #6BE1D3
Tints of Downy #6BE1D3
RGB
CMYK
RGB Variations
Color information
#6BE1D3 (or 0x6BE1D3) is known color: Downy. HEX triplet: 6B, E1 and D3. RGB value is (107,225,211). Sum of RGB (Red+Green+Blue) = 107+225+211=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1D3 is #941E2C. Grayscale: #BCBCBC. Windows color (decimal): -9707053 or 13885803. OLE color: 13885803.
HSL color Cylindrical-coordinate representation of color #6BE1D3: hue angle of 172.88º 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 #6BE1D3 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 211 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.12 |
| HSL | 172.88º | 0.66% | 0.65% | - |
| HSV(B) | 172.88º | 0.52% | 0.88% | - |
| XYZ | 44.75 | 61.68 | 71.17 | - |
| YUV | 188.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 211 | 0.52 | 0 | 0.06 | 0.12 | 172.88 | 0.66 | 0.65 |
| Hex | 6B | E1 | D3 | 34 | 0 | 6 | C | AD | 42 | 41 |
| Octal | 153 | 341 | 323 | 64 | 0 | 6 | 14 | 255 | 102 | 101 |
| Binary | 1101011 | 11100001 | 11010011 | 110100 | 0 | 110 | 1100 | 10101101 | 1000010 | 1000001 |
Color Harmonies of #6BE1D3
Complementary color
Monochromatic Colors of #6BE1D3
Black with #6BE1D3
Text Example
Text Example
White with #6BE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE1D3; }
p { color: rgb(107,225,211); }
H1.HeaderClassName
{
color: #6BE1D3;
}
.AnyTagClassName
{
color: #6BE1D3;
}
</style>
background-color css
<style>
a { background-color: #6BE1D3; }
a { background-color: rgb(107,225,211); }
div.DivClassName
{
background-color: #6BE1D3;
}
.BgClassName
{
background-color: #6BE1D3;
}
</style>
border-color css
<style>
span { border-color: #6BE1D3; }
span { border-color: rgb(107,225,211); }
td.TdClassName
{
border-color: #6BE1D3;
}
.TagClassName
{
border-color: #6BE1D3;
}
</style>