Shades of Downy #6BDABF
Tints of Downy #6BDABF
RGB
CMYK
RGB Variations
Color information
#6BDABF (or 0x6BDABF) is known color: Downy. HEX triplet: 6B, DA and BF. RGB value is (107,218,191). Sum of RGB (Red+Green+Blue) = 107+218+191=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDABF is #942540. Grayscale: #B5B5B5. Windows color (decimal): -9708865 or 12573291. OLE color: 12573291.
HSL color Cylindrical-coordinate representation of color #6BDABF: hue angle of 165.41º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDABF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 191 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.15 |
| HSL | 165.41º | 0.6% | 0.64% | - |
| HSV(B) | 165.41º | 0.51% | 0.85% | - |
| XYZ | 40.54 | 57.03 | 58.16 | - |
| YUV | 181.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 191 | 0.51 | 0 | 0.12 | 0.15 | 165.41 | 0.6 | 0.64 |
| Hex | 6B | DA | BF | 33 | 0 | C | F | A5 | 3C | 40 |
| Octal | 153 | 332 | 277 | 63 | 0 | 14 | 17 | 245 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10111111 | 110011 | 0 | 1100 | 1111 | 10100101 | 111100 | 1000000 |
Color Harmonies of #6BDABF
Complementary color
Monochromatic Colors of #6BDABF
Black with #6BDABF
Text Example
Text Example
White with #6BDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDABF; }
p { color: rgb(107,218,191); }
H1.HeaderClassName
{
color: #6BDABF;
}
.AnyTagClassName
{
color: #6BDABF;
}
</style>
background-color css
<style>
a { background-color: #6BDABF; }
a { background-color: rgb(107,218,191); }
div.DivClassName
{
background-color: #6BDABF;
}
.BgClassName
{
background-color: #6BDABF;
}
</style>
border-color css
<style>
span { border-color: #6BDABF; }
span { border-color: rgb(107,218,191); }
td.TdClassName
{
border-color: #6BDABF;
}
.TagClassName
{
border-color: #6BDABF;
}
</style>