Shades of Downy #6FE3CC
Tints of Downy #6FE3CC
RGB
CMYK
RGB Variations
Color information
#6FE3CC (or 0x6FE3CC) is known color: Downy. HEX triplet: 6F, E3 and CC. RGB value is (111,227,204). Sum of RGB (Red+Green+Blue) = 111+227+204=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE3CC is #901C33. Grayscale: #BDBDBD. Windows color (decimal): -9444404 or 13427567. OLE color: 13427567.
HSL color Cylindrical-coordinate representation of color #6FE3CC: hue angle of 168.1º 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 #6FE3CC is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 204 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.11 |
| HSL | 168.1º | 0.67% | 0.66% | - |
| HSV(B) | 168.1º | 0.51% | 0.89% | - |
| XYZ | 44.92 | 62.68 | 66.86 | - |
| YUV | 189.69 | 136.07 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 204 | 0.51 | 0 | 0.10 | 0.11 | 168.1 | 0.67 | 0.66 |
| Hex | 6F | E3 | CC | 33 | 0 | A | B | A8 | 43 | 42 |
| Octal | 157 | 343 | 314 | 63 | 0 | 12 | 13 | 250 | 103 | 102 |
| Binary | 1101111 | 11100011 | 11001100 | 110011 | 0 | 1010 | 1011 | 10101000 | 1000011 | 1000010 |
Color Harmonies of #6FE3CC
Complementary color
Monochromatic Colors of #6FE3CC
Black with #6FE3CC
Text Example
Text Example
White with #6FE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE3CC; }
p { color: rgb(111,227,204); }
H1.HeaderClassName
{
color: #6FE3CC;
}
.AnyTagClassName
{
color: #6FE3CC;
}
</style>
background-color css
<style>
a { background-color: #6FE3CC; }
a { background-color: rgb(111,227,204); }
div.DivClassName
{
background-color: #6FE3CC;
}
.BgClassName
{
background-color: #6FE3CC;
}
</style>
border-color css
<style>
span { border-color: #6FE3CC; }
span { border-color: rgb(111,227,204); }
td.TdClassName
{
border-color: #6FE3CC;
}
.TagClassName
{
border-color: #6FE3CC;
}
</style>