Shades of Downy #6BEABD
Tints of Downy #6BEABD
RGB
CMYK
RGB Variations
Color information
#6BEABD (or 0x6BEABD) is known color: Downy. HEX triplet: 6B, EA and BD. RGB value is (107,234,189). Sum of RGB (Red+Green+Blue) = 107+234+189=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEABD is #941542. Grayscale: #BEBEBE. Windows color (decimal): -9704771 or 12446315. OLE color: 12446315.
HSL color Cylindrical-coordinate representation of color #6BEABD: hue angle of 158.74º degrees, saturation: 0.75, 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 #6BEABD is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 189 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.08 |
| HSL | 158.74º | 0.75% | 0.67% | - |
| HSV(B) | 158.74º | 0.54% | 0.92% | - |
| XYZ | 44.67 | 65.65 | 58.46 | - |
| YUV | 190.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 189 | 0.54 | 0 | 0.19 | 0.08 | 158.74 | 0.75 | 0.67 |
| Hex | 6B | EA | BD | 36 | 0 | 13 | 8 | 9F | 4B | 43 |
| Octal | 153 | 352 | 275 | 66 | 0 | 23 | 10 | 237 | 113 | 103 |
| Binary | 1101011 | 11101010 | 10111101 | 110110 | 0 | 10011 | 1000 | 10011111 | 1001011 | 1000011 |
Color Harmonies of #6BEABD
Complementary color
Monochromatic Colors of #6BEABD
Black with #6BEABD
Text Example
Text Example
White with #6BEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEABD; }
p { color: rgb(107,234,189); }
H1.HeaderClassName
{
color: #6BEABD;
}
.AnyTagClassName
{
color: #6BEABD;
}
</style>
background-color css
<style>
a { background-color: #6BEABD; }
a { background-color: rgb(107,234,189); }
div.DivClassName
{
background-color: #6BEABD;
}
.BgClassName
{
background-color: #6BEABD;
}
</style>
border-color css
<style>
span { border-color: #6BEABD; }
span { border-color: rgb(107,234,189); }
td.TdClassName
{
border-color: #6BEABD;
}
.TagClassName
{
border-color: #6BEABD;
}
</style>