Shades of Downy #6FE2D3
Tints of Downy #6FE2D3
RGB
CMYK
RGB Variations
Color information
#6FE2D3 (or 0x6FE2D3) is known color: Downy. HEX triplet: 6F, E2 and D3. RGB value is (111,226,211). Sum of RGB (Red+Green+Blue) = 111+226+211=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2D3 is #901D2C. Grayscale: #BDBDBD. Windows color (decimal): -9444653 or 13886063. OLE color: 13886063.
HSL color Cylindrical-coordinate representation of color #6FE2D3: hue angle of 172.17º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE2D3 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 211 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.11 |
| HSL | 172.17º | 0.66% | 0.66% | - |
| HSV(B) | 172.17º | 0.51% | 0.89% | - |
| XYZ | 45.51 | 62.48 | 71.29 | - |
| YUV | 189.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 211 | 0.51 | 0 | 0.07 | 0.11 | 172.17 | 0.66 | 0.66 |
| Hex | 6F | E2 | D3 | 33 | 0 | 7 | B | AC | 42 | 42 |
| Octal | 157 | 342 | 323 | 63 | 0 | 7 | 13 | 254 | 102 | 102 |
| Binary | 1101111 | 11100010 | 11010011 | 110011 | 0 | 111 | 1011 | 10101100 | 1000010 | 1000010 |
Color Harmonies of #6FE2D3
Complementary color
Monochromatic Colors of #6FE2D3
Black with #6FE2D3
Text Example
Text Example
White with #6FE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE2D3; }
p { color: rgb(111,226,211); }
H1.HeaderClassName
{
color: #6FE2D3;
}
.AnyTagClassName
{
color: #6FE2D3;
}
</style>
background-color css
<style>
a { background-color: #6FE2D3; }
a { background-color: rgb(111,226,211); }
div.DivClassName
{
background-color: #6FE2D3;
}
.BgClassName
{
background-color: #6FE2D3;
}
</style>
border-color css
<style>
span { border-color: #6FE2D3; }
span { border-color: rgb(111,226,211); }
td.TdClassName
{
border-color: #6FE2D3;
}
.TagClassName
{
border-color: #6FE2D3;
}
</style>