Shades of Downy #6FE2CC
Tints of Downy #6FE2CC
RGB
CMYK
RGB Variations
Color information
#6FE2CC (or 0x6FE2CC) is known color: Downy. HEX triplet: 6F, E2 and CC. RGB value is (111,226,204). Sum of RGB (Red+Green+Blue) = 111+226+204=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2CC is #901D33. Grayscale: #BDBDBD. Windows color (decimal): -9444660 or 13427311. OLE color: 13427311.
HSL color Cylindrical-coordinate representation of color #6FE2CC: hue angle of 168.52º 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 #6FE2CC is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 204 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.11 |
| HSL | 168.52º | 0.66% | 0.66% | - |
| HSV(B) | 168.52º | 0.51% | 0.89% | - |
| XYZ | 44.65 | 62.13 | 66.77 | - |
| YUV | 189.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 204 | 0.51 | 0 | 0.10 | 0.11 | 168.52 | 0.66 | 0.66 |
| Hex | 6F | E2 | CC | 33 | 0 | A | B | A9 | 42 | 42 |
| Octal | 157 | 342 | 314 | 63 | 0 | 12 | 13 | 251 | 102 | 102 |
| Binary | 1101111 | 11100010 | 11001100 | 110011 | 0 | 1010 | 1011 | 10101001 | 1000010 | 1000010 |
Color Harmonies of #6FE2CC
Complementary color
Monochromatic Colors of #6FE2CC
Black with #6FE2CC
Text Example
Text Example
White with #6FE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE2CC; }
p { color: rgb(111,226,204); }
H1.HeaderClassName
{
color: #6FE2CC;
}
.AnyTagClassName
{
color: #6FE2CC;
}
</style>
background-color css
<style>
a { background-color: #6FE2CC; }
a { background-color: rgb(111,226,204); }
div.DivClassName
{
background-color: #6FE2CC;
}
.BgClassName
{
background-color: #6FE2CC;
}
</style>
border-color css
<style>
span { border-color: #6FE2CC; }
span { border-color: rgb(111,226,204); }
td.TdClassName
{
border-color: #6FE2CC;
}
.TagClassName
{
border-color: #6FE2CC;
}
</style>