Shades of Downy #6FDBD3
Tints of Downy #6FDBD3
RGB
CMYK
RGB Variations
Color information
#6FDBD3 (or 0x6FDBD3) is known color: Downy. HEX triplet: 6F, DB and D3. RGB value is (111,219,211). Sum of RGB (Red+Green+Blue) = 111+219+211=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBD3 is #90242C. Grayscale: #B9B9B9. Windows color (decimal): -9446445 or 13884271. OLE color: 13884271.
HSL color Cylindrical-coordinate representation of color #6FDBD3: hue angle of 175.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBD3 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 211 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.14 |
| HSL | 175.56º | 0.6% | 0.65% | - |
| HSV(B) | 175.56º | 0.49% | 0.86% | - |
| XYZ | 43.64 | 58.75 | 70.67 | - |
| YUV | 185.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 211 | 0.49 | 0 | 0.04 | 0.14 | 175.56 | 0.6 | 0.65 |
| Hex | 6F | DB | D3 | 31 | 0 | 4 | E | B0 | 3C | 41 |
| Octal | 157 | 333 | 323 | 61 | 0 | 4 | 16 | 260 | 74 | 101 |
| Binary | 1101111 | 11011011 | 11010011 | 110001 | 0 | 100 | 1110 | 10110000 | 111100 | 1000001 |
Color Harmonies of #6FDBD3
Complementary color
Monochromatic Colors of #6FDBD3
Black with #6FDBD3
Text Example
Text Example
White with #6FDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBD3; }
p { color: rgb(111,219,211); }
H1.HeaderClassName
{
color: #6FDBD3;
}
.AnyTagClassName
{
color: #6FDBD3;
}
</style>
background-color css
<style>
a { background-color: #6FDBD3; }
a { background-color: rgb(111,219,211); }
div.DivClassName
{
background-color: #6FDBD3;
}
.BgClassName
{
background-color: #6FDBD3;
}
</style>
border-color css
<style>
span { border-color: #6FDBD3; }
span { border-color: rgb(111,219,211); }
td.TdClassName
{
border-color: #6FDBD3;
}
.TagClassName
{
border-color: #6FDBD3;
}
</style>