Shades of Downy #6FE5C6
Tints of Downy #6FE5C6
RGB
CMYK
RGB Variations
Color information
#6FE5C6 (or 0x6FE5C6) is known color: Downy. HEX triplet: 6F, E5 and C6. RGB value is (111,229,198). Sum of RGB (Red+Green+Blue) = 111+229+198=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5C6 is #901A39. Grayscale: #BEBEBE. Windows color (decimal): -9443898 or 13034863. OLE color: 13034863.
HSL color Cylindrical-coordinate representation of color #6FE5C6: hue angle of 164.24º degrees, saturation: 0.69, 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 #6FE5C6 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 198 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.10 |
| HSL | 164.24º | 0.69% | 0.67% | - |
| HSV(B) | 164.24º | 0.52% | 0.9% | - |
| XYZ | 44.77 | 63.5 | 63.32 | - |
| YUV | 190.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 198 | 0.52 | 0 | 0.14 | 0.10 | 164.24 | 0.69 | 0.67 |
| Hex | 6F | E5 | C6 | 34 | 0 | E | A | A4 | 45 | 43 |
| Octal | 157 | 345 | 306 | 64 | 0 | 16 | 12 | 244 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11000110 | 110100 | 0 | 1110 | 1010 | 10100100 | 1000101 | 1000011 |
Color Harmonies of #6FE5C6
Complementary color
Monochromatic Colors of #6FE5C6
Black with #6FE5C6
Text Example
Text Example
White with #6FE5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5C6; }
p { color: rgb(111,229,198); }
H1.HeaderClassName
{
color: #6FE5C6;
}
.AnyTagClassName
{
color: #6FE5C6;
}
</style>
background-color css
<style>
a { background-color: #6FE5C6; }
a { background-color: rgb(111,229,198); }
div.DivClassName
{
background-color: #6FE5C6;
}
.BgClassName
{
background-color: #6FE5C6;
}
</style>
border-color css
<style>
span { border-color: #6FE5C6; }
span { border-color: rgb(111,229,198); }
td.TdClassName
{
border-color: #6FE5C6;
}
.TagClassName
{
border-color: #6FE5C6;
}
</style>