Shades of Downy #6BDEC7
Tints of Downy #6BDEC7
RGB
CMYK
RGB Variations
Color information
#6BDEC7 (or 0x6BDEC7) is known color: Downy. HEX triplet: 6B, DE and C7. RGB value is (107,222,199). Sum of RGB (Red+Green+Blue) = 107+222+199=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEC7 is #942138. Grayscale: #B8B8B8. Windows color (decimal): -9707833 or 13098603. OLE color: 13098603.
HSL color Cylindrical-coordinate representation of color #6BDEC7: hue angle of 168º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEC7 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 199 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.13 |
| HSL | 168º | 0.64% | 0.65% | - |
| HSV(B) | 168º | 0.52% | 0.87% | - |
| XYZ | 42.49 | 59.49 | 63.28 | - |
| YUV | 184.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 199 | 0.52 | 0 | 0.10 | 0.13 | 168 | 0.64 | 0.65 |
| Hex | 6B | DE | C7 | 34 | 0 | A | D | A8 | 40 | 41 |
| Octal | 153 | 336 | 307 | 64 | 0 | 12 | 15 | 250 | 100 | 101 |
| Binary | 1101011 | 11011110 | 11000111 | 110100 | 0 | 1010 | 1101 | 10101000 | 1000000 | 1000001 |
Color Harmonies of #6BDEC7
Complementary color
Monochromatic Colors of #6BDEC7
Black with #6BDEC7
Text Example
Text Example
White with #6BDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEC7; }
p { color: rgb(107,222,199); }
H1.HeaderClassName
{
color: #6BDEC7;
}
.AnyTagClassName
{
color: #6BDEC7;
}
</style>
background-color css
<style>
a { background-color: #6BDEC7; }
a { background-color: rgb(107,222,199); }
div.DivClassName
{
background-color: #6BDEC7;
}
.BgClassName
{
background-color: #6BDEC7;
}
</style>
border-color css
<style>
span { border-color: #6BDEC7; }
span { border-color: rgb(107,222,199); }
td.TdClassName
{
border-color: #6BDEC7;
}
.TagClassName
{
border-color: #6BDEC7;
}
</style>