Shades of Downy #6BF1BA
Tints of Downy #6BF1BA
RGB
CMYK
RGB Variations
Color information
#6BF1BA (or 0x6BF1BA) is known color: Downy. HEX triplet: 6B, F1 and BA. RGB value is (107,241,186). Sum of RGB (Red+Green+Blue) = 107+241+186=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1BA is #940E45. Grayscale: #C2C2C2. Windows color (decimal): -9702982 or 12251499. OLE color: 12251499.
HSL color Cylindrical-coordinate representation of color #6BF1BA: hue angle of 155.37º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF1BA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 186 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.05 |
| HSL | 155.37º | 0.83% | 0.68% | - |
| HSV(B) | 155.37º | 0.56% | 0.95% | - |
| XYZ | 46.38 | 69.58 | 57.44 | - |
| YUV | 194.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 186 | 0.56 | 0 | 0.23 | 0.05 | 155.37 | 0.83 | 0.68 |
| Hex | 6B | F1 | BA | 38 | 0 | 17 | 5 | 9B | 53 | 44 |
| Octal | 153 | 361 | 272 | 70 | 0 | 27 | 5 | 233 | 123 | 104 |
| Binary | 1101011 | 11110001 | 10111010 | 111000 | 0 | 10111 | 101 | 10011011 | 1010011 | 1000100 |
Color Harmonies of #6BF1BA
Complementary color
Monochromatic Colors of #6BF1BA
Black with #6BF1BA
Text Example
Text Example
White with #6BF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF1BA; }
p { color: rgb(107,241,186); }
H1.HeaderClassName
{
color: #6BF1BA;
}
.AnyTagClassName
{
color: #6BF1BA;
}
</style>
background-color css
<style>
a { background-color: #6BF1BA; }
a { background-color: rgb(107,241,186); }
div.DivClassName
{
background-color: #6BF1BA;
}
.BgClassName
{
background-color: #6BF1BA;
}
</style>
border-color css
<style>
span { border-color: #6BF1BA; }
span { border-color: rgb(107,241,186); }
td.TdClassName
{
border-color: #6BF1BA;
}
.TagClassName
{
border-color: #6BF1BA;
}
</style>