Shades of Downy #6BEBBE
Tints of Downy #6BEBBE
RGB
CMYK
RGB Variations
Color information
#6BEBBE (or 0x6BEBBE) is known color: Downy. HEX triplet: 6B, EB and BE. RGB value is (107,235,190). Sum of RGB (Red+Green+Blue) = 107+235+190=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBBE is #941441. Grayscale: #BFBFBF. Windows color (decimal): -9704514 or 12512107. OLE color: 12512107.
HSL color Cylindrical-coordinate representation of color #6BEBBE: hue angle of 158.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBBE is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 190 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.08 |
| HSL | 158.91º | 0.76% | 0.67% | - |
| HSV(B) | 158.91º | 0.54% | 0.92% | - |
| XYZ | 45.07 | 66.26 | 59.13 | - |
| YUV | 191.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 190 | 0.54 | 0 | 0.19 | 0.08 | 158.91 | 0.76 | 0.67 |
| Hex | 6B | EB | BE | 36 | 0 | 13 | 8 | 9F | 4C | 43 |
| Octal | 153 | 353 | 276 | 66 | 0 | 23 | 10 | 237 | 114 | 103 |
| Binary | 1101011 | 11101011 | 10111110 | 110110 | 0 | 10011 | 1000 | 10011111 | 1001100 | 1000011 |
Color Harmonies of #6BEBBE
Complementary color
Monochromatic Colors of #6BEBBE
Black with #6BEBBE
Text Example
Text Example
White with #6BEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBBE; }
p { color: rgb(107,235,190); }
H1.HeaderClassName
{
color: #6BEBBE;
}
.AnyTagClassName
{
color: #6BEBBE;
}
</style>
background-color css
<style>
a { background-color: #6BEBBE; }
a { background-color: rgb(107,235,190); }
div.DivClassName
{
background-color: #6BEBBE;
}
.BgClassName
{
background-color: #6BEBBE;
}
</style>
border-color css
<style>
span { border-color: #6BEBBE; }
span { border-color: rgb(107,235,190); }
td.TdClassName
{
border-color: #6BEBBE;
}
.TagClassName
{
border-color: #6BEBBE;
}
</style>