Shades of Downy #6BECBF
Tints of Downy #6BECBF
RGB
CMYK
RGB Variations
Color information
#6BECBF (or 0x6BECBF) is known color: Downy. HEX triplet: 6B, EC and BF. RGB value is (107,236,191). Sum of RGB (Red+Green+Blue) = 107+236+191=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECBF is #941340. Grayscale: #C0C0C0. Windows color (decimal): -9704257 or 12577899. OLE color: 12577899.
HSL color Cylindrical-coordinate representation of color #6BECBF: hue angle of 159.07º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECBF is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 191 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.07 |
| HSL | 159.07º | 0.77% | 0.67% | - |
| HSV(B) | 159.07º | 0.55% | 0.93% | - |
| XYZ | 45.46 | 66.88 | 59.8 | - |
| YUV | 192.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 191 | 0.55 | 0 | 0.19 | 0.07 | 159.07 | 0.77 | 0.67 |
| Hex | 6B | EC | BF | 37 | 0 | 13 | 7 | 9F | 4D | 43 |
| Octal | 153 | 354 | 277 | 67 | 0 | 23 | 7 | 237 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10111111 | 110111 | 0 | 10011 | 111 | 10011111 | 1001101 | 1000011 |
Color Harmonies of #6BECBF
Complementary color
Monochromatic Colors of #6BECBF
Black with #6BECBF
Text Example
Text Example
White with #6BECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECBF; }
p { color: rgb(107,236,191); }
H1.HeaderClassName
{
color: #6BECBF;
}
.AnyTagClassName
{
color: #6BECBF;
}
</style>
background-color css
<style>
a { background-color: #6BECBF; }
a { background-color: rgb(107,236,191); }
div.DivClassName
{
background-color: #6BECBF;
}
.BgClassName
{
background-color: #6BECBF;
}
</style>
border-color css
<style>
span { border-color: #6BECBF; }
span { border-color: rgb(107,236,191); }
td.TdClassName
{
border-color: #6BECBF;
}
.TagClassName
{
border-color: #6BECBF;
}
</style>