Shades of Downy #6FE5CB
Tints of Downy #6FE5CB
RGB
CMYK
RGB Variations
Color information
#6FE5CB (or 0x6FE5CB) is known color: Downy. HEX triplet: 6F, E5 and CB. RGB value is (111,229,203). Sum of RGB (Red+Green+Blue) = 111+229+203=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5CB is #901A34. Grayscale: #BEBEBE. Windows color (decimal): -9443893 or 13362543. OLE color: 13362543.
HSL color Cylindrical-coordinate representation of color #6FE5CB: hue angle of 166.78º 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 #6FE5CB is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 203 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.10 |
| HSL | 166.78º | 0.69% | 0.67% | - |
| HSV(B) | 166.78º | 0.52% | 0.9% | - |
| XYZ | 45.35 | 63.73 | 66.41 | - |
| YUV | 190.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 203 | 0.52 | 0 | 0.11 | 0.10 | 166.78 | 0.69 | 0.67 |
| Hex | 6F | E5 | CB | 34 | 0 | B | A | A7 | 45 | 43 |
| Octal | 157 | 345 | 313 | 64 | 0 | 13 | 12 | 247 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11001011 | 110100 | 0 | 1011 | 1010 | 10100111 | 1000101 | 1000011 |
Color Harmonies of #6FE5CB
Complementary color
Monochromatic Colors of #6FE5CB
Black with #6FE5CB
Text Example
Text Example
White with #6FE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5CB; }
p { color: rgb(111,229,203); }
H1.HeaderClassName
{
color: #6FE5CB;
}
.AnyTagClassName
{
color: #6FE5CB;
}
</style>
background-color css
<style>
a { background-color: #6FE5CB; }
a { background-color: rgb(111,229,203); }
div.DivClassName
{
background-color: #6FE5CB;
}
.BgClassName
{
background-color: #6FE5CB;
}
</style>
border-color css
<style>
span { border-color: #6FE5CB; }
span { border-color: rgb(111,229,203); }
td.TdClassName
{
border-color: #6FE5CB;
}
.TagClassName
{
border-color: #6FE5CB;
}
</style>