Shades of Downy #6FE8CB
Tints of Downy #6FE8CB
RGB
CMYK
RGB Variations
Color information
#6FE8CB (or 0x6FE8CB) is known color: Downy. HEX triplet: 6F, E8 and CB. RGB value is (111,232,203). Sum of RGB (Red+Green+Blue) = 111+232+203=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8CB is #901734. Grayscale: #C0C0C0. Windows color (decimal): -9443125 or 13363311. OLE color: 13363311.
HSL color Cylindrical-coordinate representation of color #6FE8CB: hue angle of 165.62º degrees, saturation: 0.72, 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 #6FE8CB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 203 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.09 |
| HSL | 165.62º | 0.72% | 0.67% | - |
| HSV(B) | 165.62º | 0.52% | 0.91% | - |
| XYZ | 46.19 | 65.4 | 66.69 | - |
| YUV | 192.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 203 | 0.52 | 0 | 0.12 | 0.09 | 165.62 | 0.72 | 0.67 |
| Hex | 6F | E8 | CB | 34 | 0 | C | 9 | A6 | 48 | 43 |
| Octal | 157 | 350 | 313 | 64 | 0 | 14 | 11 | 246 | 110 | 103 |
| Binary | 1101111 | 11101000 | 11001011 | 110100 | 0 | 1100 | 1001 | 10100110 | 1001000 | 1000011 |
Color Harmonies of #6FE8CB
Complementary color
Monochromatic Colors of #6FE8CB
Black with #6FE8CB
Text Example
Text Example
White with #6FE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8CB; }
p { color: rgb(111,232,203); }
H1.HeaderClassName
{
color: #6FE8CB;
}
.AnyTagClassName
{
color: #6FE8CB;
}
</style>
background-color css
<style>
a { background-color: #6FE8CB; }
a { background-color: rgb(111,232,203); }
div.DivClassName
{
background-color: #6FE8CB;
}
.BgClassName
{
background-color: #6FE8CB;
}
</style>
border-color css
<style>
span { border-color: #6FE8CB; }
span { border-color: rgb(111,232,203); }
td.TdClassName
{
border-color: #6FE8CB;
}
.TagClassName
{
border-color: #6FE8CB;
}
</style>