Shades of Downy #6CDFD3
Tints of Downy #6CDFD3
RGB
CMYK
RGB Variations
Color information
#6CDFD3 (or 0x6CDFD3) is known color: Downy. HEX triplet: 6C, DF and D3. RGB value is (108,223,211). Sum of RGB (Red+Green+Blue) = 108+223+211=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFD3 is #93202C. Grayscale: #BBBBBB. Windows color (decimal): -9642029 or 13885292. OLE color: 13885292.
HSL color Cylindrical-coordinate representation of color #6CDFD3: hue angle of 173.74º 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 #6CDFD3 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 211 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.13 |
| HSL | 173.74º | 0.64% | 0.65% | - |
| HSV(B) | 173.74º | 0.52% | 0.87% | - |
| XYZ | 44.33 | 60.67 | 71 | - |
| YUV | 187.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 211 | 0.52 | 0 | 0.05 | 0.13 | 173.74 | 0.64 | 0.65 |
| Hex | 6C | DF | D3 | 34 | 0 | 5 | D | AE | 40 | 41 |
| Octal | 154 | 337 | 323 | 64 | 0 | 5 | 15 | 256 | 100 | 101 |
| Binary | 1101100 | 11011111 | 11010011 | 110100 | 0 | 101 | 1101 | 10101110 | 1000000 | 1000001 |
Color Harmonies of #6CDFD3
Complementary color
Monochromatic Colors of #6CDFD3
Black with #6CDFD3
Text Example
Text Example
White with #6CDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFD3; }
p { color: rgb(108,223,211); }
H1.HeaderClassName
{
color: #6CDFD3;
}
.AnyTagClassName
{
color: #6CDFD3;
}
</style>
background-color css
<style>
a { background-color: #6CDFD3; }
a { background-color: rgb(108,223,211); }
div.DivClassName
{
background-color: #6CDFD3;
}
.BgClassName
{
background-color: #6CDFD3;
}
</style>
border-color css
<style>
span { border-color: #6CDFD3; }
span { border-color: rgb(108,223,211); }
td.TdClassName
{
border-color: #6CDFD3;
}
.TagClassName
{
border-color: #6CDFD3;
}
</style>