Shades of Downy #6BDDC8
Tints of Downy #6BDDC8
RGB
CMYK
RGB Variations
Color information
#6BDDC8 (or 0x6BDDC8) is known color: Downy. HEX triplet: 6B, DD and C8. RGB value is (107,221,200). Sum of RGB (Red+Green+Blue) = 107+221+200=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDC8 is #942237. Grayscale: #B8B8B8. Windows color (decimal): -9708088 or 13163883. OLE color: 13163883.
HSL color Cylindrical-coordinate representation of color #6BDDC8: hue angle of 168.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDC8 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 200 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.13 |
| HSL | 168.95º | 0.63% | 0.64% | - |
| HSV(B) | 168.95º | 0.52% | 0.87% | - |
| XYZ | 42.35 | 59.01 | 63.8 | - |
| YUV | 184.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 200 | 0.52 | 0 | 0.10 | 0.13 | 168.95 | 0.63 | 0.64 |
| Hex | 6B | DD | C8 | 34 | 0 | A | D | A9 | 3F | 40 |
| Octal | 153 | 335 | 310 | 64 | 0 | 12 | 15 | 251 | 77 | 100 |
| Binary | 1101011 | 11011101 | 11001000 | 110100 | 0 | 1010 | 1101 | 10101001 | 111111 | 1000000 |
Color Harmonies of #6BDDC8
Complementary color
Monochromatic Colors of #6BDDC8
Black with #6BDDC8
Text Example
Text Example
White with #6BDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDC8; }
p { color: rgb(107,221,200); }
H1.HeaderClassName
{
color: #6BDDC8;
}
.AnyTagClassName
{
color: #6BDDC8;
}
</style>
background-color css
<style>
a { background-color: #6BDDC8; }
a { background-color: rgb(107,221,200); }
div.DivClassName
{
background-color: #6BDDC8;
}
.BgClassName
{
background-color: #6BDDC8;
}
</style>
border-color css
<style>
span { border-color: #6BDDC8; }
span { border-color: rgb(107,221,200); }
td.TdClassName
{
border-color: #6BDDC8;
}
.TagClassName
{
border-color: #6BDDC8;
}
</style>