Shades of Downy #6FE7CC
Tints of Downy #6FE7CC
RGB
CMYK
RGB Variations
Color information
#6FE7CC (or 0x6FE7CC) is known color: Downy. HEX triplet: 6F, E7 and CC. RGB value is (111,231,204). Sum of RGB (Red+Green+Blue) = 111+231+204=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7CC is #901833. Grayscale: #C0C0C0. Windows color (decimal): -9443380 or 13428591. OLE color: 13428591.
HSL color Cylindrical-coordinate representation of color #6FE7CC: hue angle of 166.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7CC is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 204 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.09 |
| HSL | 166.5º | 0.71% | 0.67% | - |
| HSV(B) | 166.5º | 0.52% | 0.91% | - |
| XYZ | 46.03 | 64.89 | 67.23 | - |
| YUV | 192.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 204 | 0.52 | 0 | 0.12 | 0.09 | 166.5 | 0.71 | 0.67 |
| Hex | 6F | E7 | CC | 34 | 0 | C | 9 | A6 | 47 | 43 |
| Octal | 157 | 347 | 314 | 64 | 0 | 14 | 11 | 246 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11001100 | 110100 | 0 | 1100 | 1001 | 10100110 | 1000111 | 1000011 |
Color Harmonies of #6FE7CC
Complementary color
Monochromatic Colors of #6FE7CC
Black with #6FE7CC
Text Example
Text Example
White with #6FE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7CC; }
p { color: rgb(111,231,204); }
H1.HeaderClassName
{
color: #6FE7CC;
}
.AnyTagClassName
{
color: #6FE7CC;
}
</style>
background-color css
<style>
a { background-color: #6FE7CC; }
a { background-color: rgb(111,231,204); }
div.DivClassName
{
background-color: #6FE7CC;
}
.BgClassName
{
background-color: #6FE7CC;
}
</style>
border-color css
<style>
span { border-color: #6FE7CC; }
span { border-color: rgb(111,231,204); }
td.TdClassName
{
border-color: #6FE7CC;
}
.TagClassName
{
border-color: #6FE7CC;
}
</style>