Shades of Downy #6FE6D2
Tints of Downy #6FE6D2
RGB
CMYK
RGB Variations
Color information
#6FE6D2 (or 0x6FE6D2) is known color: Downy. HEX triplet: 6F, E6 and D2. RGB value is (111,230,210). Sum of RGB (Red+Green+Blue) = 111+230+210=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6D2 is #90192D. Grayscale: #C0C0C0. Windows color (decimal): -9443630 or 13821551. OLE color: 13821551.
HSL color Cylindrical-coordinate representation of color #6FE6D2: hue angle of 169.92º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE6D2 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 230 | 210 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.10 |
| HSL | 169.92º | 0.7% | 0.67% | - |
| HSV(B) | 169.92º | 0.52% | 0.9% | - |
| XYZ | 46.49 | 64.63 | 71 | - |
| YUV | 192.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 210 | 0.52 | 0 | 0.09 | 0.10 | 169.92 | 0.7 | 0.67 |
| Hex | 6F | E6 | D2 | 34 | 0 | 9 | A | AA | 46 | 43 |
| Octal | 157 | 346 | 322 | 64 | 0 | 11 | 12 | 252 | 106 | 103 |
| Binary | 1101111 | 11100110 | 11010010 | 110100 | 0 | 1001 | 1010 | 10101010 | 1000110 | 1000011 |
Color Harmonies of #6FE6D2
Complementary color
Monochromatic Colors of #6FE6D2
Black with #6FE6D2
Text Example
Text Example
White with #6FE6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE6D2; }
p { color: rgb(111,230,210); }
H1.HeaderClassName
{
color: #6FE6D2;
}
.AnyTagClassName
{
color: #6FE6D2;
}
</style>
background-color css
<style>
a { background-color: #6FE6D2; }
a { background-color: rgb(111,230,210); }
div.DivClassName
{
background-color: #6FE6D2;
}
.BgClassName
{
background-color: #6FE6D2;
}
</style>
border-color css
<style>
span { border-color: #6FE6D2; }
span { border-color: rgb(111,230,210); }
td.TdClassName
{
border-color: #6FE6D2;
}
.TagClassName
{
border-color: #6FE6D2;
}
</style>