Shades of Downy #6BCEBA
Tints of Downy #6BCEBA
RGB
CMYK
RGB Variations
Color information
#6BCEBA (or 0x6BCEBA) is known color: Downy. HEX triplet: 6B, CE and BA. RGB value is (107,206,186). Sum of RGB (Red+Green+Blue) = 107+206+186=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEBA is #943145. Grayscale: #AEAEAE. Windows color (decimal): -9711942 or 12242539. OLE color: 12242539.
HSL color Cylindrical-coordinate representation of color #6BCEBA: hue angle of 167.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCEBA is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 206 | 186 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.19 |
| HSL | 167.88º | 0.5% | 0.61% | - |
| HSV(B) | 167.88º | 0.48% | 0.81% | - |
| XYZ | 37 | 50.81 | 54.31 | - |
| YUV | 174.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 186 | 0.48 | 0 | 0.10 | 0.19 | 167.88 | 0.5 | 0.61 |
| Hex | 6B | CE | BA | 30 | 0 | A | 13 | A8 | 32 | 3D |
| Octal | 153 | 316 | 272 | 60 | 0 | 12 | 23 | 250 | 62 | 75 |
| Binary | 1101011 | 11001110 | 10111010 | 110000 | 0 | 1010 | 10011 | 10101000 | 110010 | 111101 |
Color Harmonies of #6BCEBA
Complementary color
Monochromatic Colors of #6BCEBA
Black with #6BCEBA
Text Example
Text Example
White with #6BCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEBA; }
p { color: rgb(107,206,186); }
H1.HeaderClassName
{
color: #6BCEBA;
}
.AnyTagClassName
{
color: #6BCEBA;
}
</style>
background-color css
<style>
a { background-color: #6BCEBA; }
a { background-color: rgb(107,206,186); }
div.DivClassName
{
background-color: #6BCEBA;
}
.BgClassName
{
background-color: #6BCEBA;
}
</style>
border-color css
<style>
span { border-color: #6BCEBA; }
span { border-color: rgb(107,206,186); }
td.TdClassName
{
border-color: #6BCEBA;
}
.TagClassName
{
border-color: #6BCEBA;
}
</style>