Shades of Downy #6FDFD0
Tints of Downy #6FDFD0
RGB
CMYK
RGB Variations
Color information
#6FDFD0 (or 0x6FDFD0) is known color: Downy. HEX triplet: 6F, DF and D0. RGB value is (111,223,208). Sum of RGB (Red+Green+Blue) = 111+223+208=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFD0 is #90202F. Grayscale: #BBBBBB. Windows color (decimal): -9445424 or 13688687. OLE color: 13688687.
HSL color Cylindrical-coordinate representation of color #6FDFD0: hue angle of 171.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFD0 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 111 | 223 | 208 | - |
CMYK | 0.50 | 0 | 0.07 | 0.13 |
HSL | 171.96º | 0.64% | 0.65% | - |
HSV(B) | 171.96º | 0.5% | 0.87% | - |
XYZ | 44.33 | 60.71 | 69.06 | - |
YUV | 187.8 | 139.39 | 73.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 223 | 208 | 0.50 | 0 | 0.07 | 0.13 | 171.96 | 0.64 | 0.65 |
Hex | 6F | DF | D0 | 32 | 0 | 7 | D | AC | 40 | 41 |
Octal | 157 | 337 | 320 | 62 | 0 | 7 | 15 | 254 | 100 | 101 |
Binary | 1101111 | 11011111 | 11010000 | 110010 | 0 | 111 | 1101 | 10101100 | 1000000 | 1000001 |
Color Harmonies of #6FDFD0
Complementary color
Monochromatic Colors of #6FDFD0
Black with #6FDFD0
Text Example
Text Example
White with #6FDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFD0; }
p { color: rgb(111,223,208); }
H1.HeaderClassName
{
color: #6FDFD0;
}
.AnyTagClassName
{
color: #6FDFD0;
}
</style>
background-color css
<style>
a { background-color: #6FDFD0; }
a { background-color: rgb(111,223,208); }
div.DivClassName
{
background-color: #6FDFD0;
}
.BgClassName
{
background-color: #6FDFD0;
}
</style>
border-color css
<style>
span { border-color: #6FDFD0; }
span { border-color: rgb(111,223,208); }
td.TdClassName
{
border-color: #6FDFD0;
}
.TagClassName
{
border-color: #6FDFD0;
}
</style>