Shades of Downy #6BDFC0
Tints of Downy #6BDFC0
RGB
CMYK
RGB Variations
Color information
#6BDFC0 (or 0x6BDFC0) is known color: Downy. HEX triplet: 6B, DF and C0. RGB value is (107,223,192). Sum of RGB (Red+Green+Blue) = 107+223+192=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFC0 is #94203F. Grayscale: #B8B8B8. Windows color (decimal): -9707584 or 12640107. OLE color: 12640107.
HSL color Cylindrical-coordinate representation of color #6BDFC0: hue angle of 163.97º 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 #6BDFC0 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 192 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.13 |
| HSL | 163.97º | 0.64% | 0.65% | - |
| HSV(B) | 163.97º | 0.52% | 0.87% | - |
| XYZ | 41.97 | 59.71 | 59.18 | - |
| YUV | 184.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 192 | 0.52 | 0 | 0.14 | 0.13 | 163.97 | 0.64 | 0.65 |
| Hex | 6B | DF | C0 | 34 | 0 | E | D | A4 | 40 | 41 |
| Octal | 153 | 337 | 300 | 64 | 0 | 16 | 15 | 244 | 100 | 101 |
| Binary | 1101011 | 11011111 | 11000000 | 110100 | 0 | 1110 | 1101 | 10100100 | 1000000 | 1000001 |
Color Harmonies of #6BDFC0
Complementary color
Monochromatic Colors of #6BDFC0
Black with #6BDFC0
Text Example
Text Example
White with #6BDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFC0; }
p { color: rgb(107,223,192); }
H1.HeaderClassName
{
color: #6BDFC0;
}
.AnyTagClassName
{
color: #6BDFC0;
}
</style>
background-color css
<style>
a { background-color: #6BDFC0; }
a { background-color: rgb(107,223,192); }
div.DivClassName
{
background-color: #6BDFC0;
}
.BgClassName
{
background-color: #6BDFC0;
}
</style>
border-color css
<style>
span { border-color: #6BDFC0; }
span { border-color: rgb(107,223,192); }
td.TdClassName
{
border-color: #6BDFC0;
}
.TagClassName
{
border-color: #6BDFC0;
}
</style>