Shades of Downy #6BE8CB
Tints of Downy #6BE8CB
RGB
CMYK
RGB Variations
Color information
#6BE8CB (or 0x6BE8CB) is known color: Downy. HEX triplet: 6B, E8 and CB. RGB value is (107,232,203). Sum of RGB (Red+Green+Blue) = 107+232+203=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8CB is #941734. Grayscale: #BFBFBF. Windows color (decimal): -9705269 or 13363307. OLE color: 13363307.
HSL color Cylindrical-coordinate representation of color #6BE8CB: hue angle of 166.08º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8CB is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 232 | 203 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.09 |
| HSL | 166.08º | 0.73% | 0.66% | - |
| HSV(B) | 166.08º | 0.54% | 0.91% | - |
| XYZ | 45.7 | 65.15 | 66.67 | - |
| YUV | 191.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 232 | 203 | 0.54 | 0 | 0.12 | 0.09 | 166.08 | 0.73 | 0.66 |
| Hex | 6B | E8 | CB | 36 | 0 | C | 9 | A6 | 49 | 42 |
| Octal | 153 | 350 | 313 | 66 | 0 | 14 | 11 | 246 | 111 | 102 |
| Binary | 1101011 | 11101000 | 11001011 | 110110 | 0 | 1100 | 1001 | 10100110 | 1001001 | 1000010 |
Color Harmonies of #6BE8CB
Complementary color
Monochromatic Colors of #6BE8CB
Black with #6BE8CB
Text Example
Text Example
White with #6BE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE8CB; }
p { color: rgb(107,232,203); }
H1.HeaderClassName
{
color: #6BE8CB;
}
.AnyTagClassName
{
color: #6BE8CB;
}
</style>
background-color css
<style>
a { background-color: #6BE8CB; }
a { background-color: rgb(107,232,203); }
div.DivClassName
{
background-color: #6BE8CB;
}
.BgClassName
{
background-color: #6BE8CB;
}
</style>
border-color css
<style>
span { border-color: #6BE8CB; }
span { border-color: rgb(107,232,203); }
td.TdClassName
{
border-color: #6BE8CB;
}
.TagClassName
{
border-color: #6BE8CB;
}
</style>