Shades of Downy #6BECC8
Tints of Downy #6BECC8
RGB
CMYK
RGB Variations
Color information
#6BECC8 (or 0x6BECC8) is known color: Downy. HEX triplet: 6B, EC and C8. RGB value is (107,236,200). Sum of RGB (Red+Green+Blue) = 107+236+200=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECC8 is #941337. Grayscale: #C1C1C1. Windows color (decimal): -9704248 or 13167723. OLE color: 13167723.
HSL color Cylindrical-coordinate representation of color #6BECC8: hue angle of 163.26º 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 #6BECC8 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 200 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.07 |
| HSL | 163.26º | 0.77% | 0.67% | - |
| HSV(B) | 163.26º | 0.55% | 0.93% | - |
| XYZ | 46.48 | 67.29 | 65.18 | - |
| YUV | 193.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 200 | 0.55 | 0 | 0.15 | 0.07 | 163.26 | 0.77 | 0.67 |
| Hex | 6B | EC | C8 | 37 | 0 | F | 7 | A3 | 4D | 43 |
| Octal | 153 | 354 | 310 | 67 | 0 | 17 | 7 | 243 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11001000 | 110111 | 0 | 1111 | 111 | 10100011 | 1001101 | 1000011 |
Color Harmonies of #6BECC8
Complementary color
Monochromatic Colors of #6BECC8
Black with #6BECC8
Text Example
Text Example
White with #6BECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECC8; }
p { color: rgb(107,236,200); }
H1.HeaderClassName
{
color: #6BECC8;
}
.AnyTagClassName
{
color: #6BECC8;
}
</style>
background-color css
<style>
a { background-color: #6BECC8; }
a { background-color: rgb(107,236,200); }
div.DivClassName
{
background-color: #6BECC8;
}
.BgClassName
{
background-color: #6BECC8;
}
</style>
border-color css
<style>
span { border-color: #6BECC8; }
span { border-color: rgb(107,236,200); }
td.TdClassName
{
border-color: #6BECC8;
}
.TagClassName
{
border-color: #6BECC8;
}
</style>