Shades of Downy #6BDBC2
Tints of Downy #6BDBC2
RGB
CMYK
RGB Variations
Color information
#6BDBC2 (or 0x6BDBC2) is known color: Downy. HEX triplet: 6B, DB and C2. RGB value is (107,219,194). Sum of RGB (Red+Green+Blue) = 107+219+194=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBC2 is #94243D. Grayscale: #B6B6B6. Windows color (decimal): -9708606 or 12770155. OLE color: 12770155.
HSL color Cylindrical-coordinate representation of color #6BDBC2: hue angle of 166.61º 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 #6BDBC2 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 194 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.14 |
| HSL | 166.61º | 0.61% | 0.64% | - |
| HSV(B) | 166.61º | 0.51% | 0.86% | - |
| XYZ | 41.13 | 57.68 | 60.01 | - |
| YUV | 182.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 194 | 0.51 | 0 | 0.11 | 0.14 | 166.61 | 0.61 | 0.64 |
| Hex | 6B | DB | C2 | 33 | 0 | B | E | A7 | 3D | 40 |
| Octal | 153 | 333 | 302 | 63 | 0 | 13 | 16 | 247 | 75 | 100 |
| Binary | 1101011 | 11011011 | 11000010 | 110011 | 0 | 1011 | 1110 | 10100111 | 111101 | 1000000 |
Color Harmonies of #6BDBC2
Complementary color
Monochromatic Colors of #6BDBC2
Black with #6BDBC2
Text Example
Text Example
White with #6BDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBC2; }
p { color: rgb(107,219,194); }
H1.HeaderClassName
{
color: #6BDBC2;
}
.AnyTagClassName
{
color: #6BDBC2;
}
</style>
background-color css
<style>
a { background-color: #6BDBC2; }
a { background-color: rgb(107,219,194); }
div.DivClassName
{
background-color: #6BDBC2;
}
.BgClassName
{
background-color: #6BDBC2;
}
</style>
border-color css
<style>
span { border-color: #6BDBC2; }
span { border-color: rgb(107,219,194); }
td.TdClassName
{
border-color: #6BDBC2;
}
.TagClassName
{
border-color: #6BDBC2;
}
</style>