Shades of Downy #6BDFC5
Tints of Downy #6BDFC5
RGB
CMYK
RGB Variations
Color information
#6BDFC5 (or 0x6BDFC5) is known color: Downy. HEX triplet: 6B, DF and C5. RGB value is (107,223,197). Sum of RGB (Red+Green+Blue) = 107+223+197=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFC5 is #94203A. Grayscale: #B9B9B9. Windows color (decimal): -9707579 or 12967787. OLE color: 12967787.
HSL color Cylindrical-coordinate representation of color #6BDFC5: hue angle of 166.55º 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 #6BDFC5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 197 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.13 |
| HSL | 166.55º | 0.64% | 0.65% | - |
| HSV(B) | 166.55º | 0.52% | 0.87% | - |
| XYZ | 42.53 | 59.93 | 62.15 | - |
| YUV | 185.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 197 | 0.52 | 0 | 0.12 | 0.13 | 166.55 | 0.64 | 0.65 |
| Hex | 6B | DF | C5 | 34 | 0 | C | D | A7 | 40 | 41 |
| Octal | 153 | 337 | 305 | 64 | 0 | 14 | 15 | 247 | 100 | 101 |
| Binary | 1101011 | 11011111 | 11000101 | 110100 | 0 | 1100 | 1101 | 10100111 | 1000000 | 1000001 |
Color Harmonies of #6BDFC5
Complementary color
Monochromatic Colors of #6BDFC5
Black with #6BDFC5
Text Example
Text Example
White with #6BDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFC5; }
p { color: rgb(107,223,197); }
H1.HeaderClassName
{
color: #6BDFC5;
}
.AnyTagClassName
{
color: #6BDFC5;
}
</style>
background-color css
<style>
a { background-color: #6BDFC5; }
a { background-color: rgb(107,223,197); }
div.DivClassName
{
background-color: #6BDFC5;
}
.BgClassName
{
background-color: #6BDFC5;
}
</style>
border-color css
<style>
span { border-color: #6BDFC5; }
span { border-color: rgb(107,223,197); }
td.TdClassName
{
border-color: #6BDFC5;
}
.TagClassName
{
border-color: #6BDFC5;
}
</style>