Shades of Downy #6CDBBE
Tints of Downy #6CDBBE
RGB
CMYK
RGB Variations
Color information
#6CDBBE (or 0x6CDBBE) is known color: Downy. HEX triplet: 6C, DB and BE. RGB value is (108,219,190). Sum of RGB (Red+Green+Blue) = 108+219+190=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBBE is #932441. Grayscale: #B6B6B6. Windows color (decimal): -9643074 or 12508012. OLE color: 12508012.
HSL color Cylindrical-coordinate representation of color #6CDBBE: hue angle of 164.32º 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 #6CDBBE is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 190 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.14 |
| HSL | 164.32º | 0.61% | 0.64% | - |
| HSV(B) | 164.32º | 0.51% | 0.86% | - |
| XYZ | 40.81 | 57.57 | 57.68 | - |
| YUV | 182.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 190 | 0.51 | 0 | 0.13 | 0.14 | 164.32 | 0.61 | 0.64 |
| Hex | 6C | DB | BE | 33 | 0 | D | E | A4 | 3D | 40 |
| Octal | 154 | 333 | 276 | 63 | 0 | 15 | 16 | 244 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10111110 | 110011 | 0 | 1101 | 1110 | 10100100 | 111101 | 1000000 |
Color Harmonies of #6CDBBE
Complementary color
Monochromatic Colors of #6CDBBE
Black with #6CDBBE
Text Example
Text Example
White with #6CDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBBE; }
p { color: rgb(108,219,190); }
H1.HeaderClassName
{
color: #6CDBBE;
}
.AnyTagClassName
{
color: #6CDBBE;
}
</style>
background-color css
<style>
a { background-color: #6CDBBE; }
a { background-color: rgb(108,219,190); }
div.DivClassName
{
background-color: #6CDBBE;
}
.BgClassName
{
background-color: #6CDBBE;
}
</style>
border-color css
<style>
span { border-color: #6CDBBE; }
span { border-color: rgb(108,219,190); }
td.TdClassName
{
border-color: #6CDBBE;
}
.TagClassName
{
border-color: #6CDBBE;
}
</style>