Shades of Downy #6BECC3
Tints of Downy #6BECC3
RGB
CMYK
RGB Variations
Color information
#6BECC3 (or 0x6BECC3) is known color: Downy. HEX triplet: 6B, EC and C3. RGB value is (107,236,195). Sum of RGB (Red+Green+Blue) = 107+236+195=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECC3 is #94133C. Grayscale: #C0C0C0. Windows color (decimal): -9704253 or 12840043. OLE color: 12840043.
HSL color Cylindrical-coordinate representation of color #6BECC3: hue angle of 160.93º 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 #6BECC3 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 195 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.07 |
| HSL | 160.93º | 0.77% | 0.67% | - |
| HSV(B) | 160.93º | 0.55% | 0.93% | - |
| XYZ | 45.91 | 67.06 | 62.15 | - |
| YUV | 192.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 195 | 0.55 | 0 | 0.17 | 0.07 | 160.93 | 0.77 | 0.67 |
| Hex | 6B | EC | C3 | 37 | 0 | 11 | 7 | A1 | 4D | 43 |
| Octal | 153 | 354 | 303 | 67 | 0 | 21 | 7 | 241 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11000011 | 110111 | 0 | 10001 | 111 | 10100001 | 1001101 | 1000011 |
Color Harmonies of #6BECC3
Complementary color
Monochromatic Colors of #6BECC3
Black with #6BECC3
Text Example
Text Example
White with #6BECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECC3; }
p { color: rgb(107,236,195); }
H1.HeaderClassName
{
color: #6BECC3;
}
.AnyTagClassName
{
color: #6BECC3;
}
</style>
background-color css
<style>
a { background-color: #6BECC3; }
a { background-color: rgb(107,236,195); }
div.DivClassName
{
background-color: #6BECC3;
}
.BgClassName
{
background-color: #6BECC3;
}
</style>
border-color css
<style>
span { border-color: #6BECC3; }
span { border-color: rgb(107,236,195); }
td.TdClassName
{
border-color: #6BECC3;
}
.TagClassName
{
border-color: #6BECC3;
}
</style>