Shades of Downy #6FE3D0
Tints of Downy #6FE3D0
RGB
CMYK
RGB Variations
Color information
#6FE3D0 (or 0x6FE3D0) is known color: Downy. HEX triplet: 6F, E3 and D0. RGB value is (111,227,208). Sum of RGB (Red+Green+Blue) = 111+227+208=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE3D0 is #901C2F. Grayscale: #BEBEBE. Windows color (decimal): -9444400 or 13689711. OLE color: 13689711.
HSL color Cylindrical-coordinate representation of color #6FE3D0: hue angle of 170.17º degrees, saturation: 0.67, 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 #6FE3D0 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 208 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.11 |
| HSL | 170.17º | 0.67% | 0.66% | - |
| HSV(B) | 170.17º | 0.51% | 0.89% | - |
| XYZ | 45.41 | 62.87 | 69.42 | - |
| YUV | 190.15 | 138.07 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 208 | 0.51 | 0 | 0.08 | 0.11 | 170.17 | 0.67 | 0.66 |
| Hex | 6F | E3 | D0 | 33 | 0 | 8 | B | AA | 43 | 42 |
| Octal | 157 | 343 | 320 | 63 | 0 | 10 | 13 | 252 | 103 | 102 |
| Binary | 1101111 | 11100011 | 11010000 | 110011 | 0 | 1000 | 1011 | 10101010 | 1000011 | 1000010 |
Color Harmonies of #6FE3D0
Complementary color
Monochromatic Colors of #6FE3D0
Black with #6FE3D0
Text Example
Text Example
White with #6FE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE3D0; }
p { color: rgb(111,227,208); }
H1.HeaderClassName
{
color: #6FE3D0;
}
.AnyTagClassName
{
color: #6FE3D0;
}
</style>
background-color css
<style>
a { background-color: #6FE3D0; }
a { background-color: rgb(111,227,208); }
div.DivClassName
{
background-color: #6FE3D0;
}
.BgClassName
{
background-color: #6FE3D0;
}
</style>
border-color css
<style>
span { border-color: #6FE3D0; }
span { border-color: rgb(111,227,208); }
td.TdClassName
{
border-color: #6FE3D0;
}
.TagClassName
{
border-color: #6FE3D0;
}
</style>