Shades of Downy #6BDBC0
Tints of Downy #6BDBC0
RGB
CMYK
RGB Variations
Color information
#6BDBC0 (or 0x6BDBC0) is known color: Downy. HEX triplet: 6B, DB and C0. RGB value is (107,219,192). Sum of RGB (Red+Green+Blue) = 107+219+192=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBC0 is #94243F. Grayscale: #B6B6B6. Windows color (decimal): -9708608 or 12639083. OLE color: 12639083.
HSL color Cylindrical-coordinate representation of color #6BDBC0: hue angle of 165.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBC0 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 192 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.14 |
| HSL | 165.54º | 0.61% | 0.64% | - |
| HSV(B) | 165.54º | 0.51% | 0.86% | - |
| XYZ | 40.91 | 57.59 | 58.83 | - |
| YUV | 182.43 | 133.39 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 192 | 0.51 | 0 | 0.12 | 0.14 | 165.54 | 0.61 | 0.64 |
| Hex | 6B | DB | C0 | 33 | 0 | C | E | A6 | 3D | 40 |
| Octal | 153 | 333 | 300 | 63 | 0 | 14 | 16 | 246 | 75 | 100 |
| Binary | 1101011 | 11011011 | 11000000 | 110011 | 0 | 1100 | 1110 | 10100110 | 111101 | 1000000 |
Color Harmonies of #6BDBC0
Complementary color
Monochromatic Colors of #6BDBC0
Black with #6BDBC0
Text Example
Text Example
White with #6BDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBC0; }
p { color: rgb(107,219,192); }
H1.HeaderClassName
{
color: #6BDBC0;
}
.AnyTagClassName
{
color: #6BDBC0;
}
</style>
background-color css
<style>
a { background-color: #6BDBC0; }
a { background-color: rgb(107,219,192); }
div.DivClassName
{
background-color: #6BDBC0;
}
.BgClassName
{
background-color: #6BDBC0;
}
</style>
border-color css
<style>
span { border-color: #6BDBC0; }
span { border-color: rgb(107,219,192); }
td.TdClassName
{
border-color: #6BDBC0;
}
.TagClassName
{
border-color: #6BDBC0;
}
</style>