Shades of Downy #6BE0CB
Tints of Downy #6BE0CB
RGB
CMYK
RGB Variations
Color information
#6BE0CB (or 0x6BE0CB) is known color: Downy. HEX triplet: 6B, E0 and CB. RGB value is (107,224,203). Sum of RGB (Red+Green+Blue) = 107+224+203=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE0CB is #941F34. Grayscale: #BABABA. Windows color (decimal): -9707317 or 13361259. OLE color: 13361259.
HSL color Cylindrical-coordinate representation of color #6BE0CB: hue angle of 169.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE0CB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 224 | 203 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.12 |
| HSL | 169.23º | 0.65% | 0.65% | - |
| HSV(B) | 169.23º | 0.52% | 0.88% | - |
| XYZ | 43.5 | 60.75 | 65.93 | - |
| YUV | 186.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 224 | 203 | 0.52 | 0 | 0.09 | 0.12 | 169.23 | 0.65 | 0.65 |
| Hex | 6B | E0 | CB | 34 | 0 | 9 | C | A9 | 41 | 41 |
| Octal | 153 | 340 | 313 | 64 | 0 | 11 | 14 | 251 | 101 | 101 |
| Binary | 1101011 | 11100000 | 11001011 | 110100 | 0 | 1001 | 1100 | 10101001 | 1000001 | 1000001 |
Color Harmonies of #6BE0CB
Complementary color
Monochromatic Colors of #6BE0CB
Black with #6BE0CB
Text Example
Text Example
White with #6BE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE0CB; }
p { color: rgb(107,224,203); }
H1.HeaderClassName
{
color: #6BE0CB;
}
.AnyTagClassName
{
color: #6BE0CB;
}
</style>
background-color css
<style>
a { background-color: #6BE0CB; }
a { background-color: rgb(107,224,203); }
div.DivClassName
{
background-color: #6BE0CB;
}
.BgClassName
{
background-color: #6BE0CB;
}
</style>
border-color css
<style>
span { border-color: #6BE0CB; }
span { border-color: rgb(107,224,203); }
td.TdClassName
{
border-color: #6BE0CB;
}
.TagClassName
{
border-color: #6BE0CB;
}
</style>