Shades of Downy #6FCEBD
Tints of Downy #6FCEBD
RGB
CMYK
RGB Variations
Color information
#6FCEBD (or 0x6FCEBD) is known color: Downy. HEX triplet: 6F, CE and BD. RGB value is (111,206,189). Sum of RGB (Red+Green+Blue) = 111+206+189=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEBD is #903142. Grayscale: #AFAFAF. Windows color (decimal): -9449795 or 12439151. OLE color: 12439151.
HSL color Cylindrical-coordinate representation of color #6FCEBD: hue angle of 169.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCEBD is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 189 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.19 |
| HSL | 169.26º | 0.49% | 0.62% | - |
| HSV(B) | 169.26º | 0.46% | 0.81% | - |
| XYZ | 37.81 | 51.2 | 56.03 | - |
| YUV | 175.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 189 | 0.46 | 0 | 0.08 | 0.19 | 169.26 | 0.49 | 0.62 |
| Hex | 6F | CE | BD | 2E | 0 | 8 | 13 | A9 | 31 | 3E |
| Octal | 157 | 316 | 275 | 56 | 0 | 10 | 23 | 251 | 61 | 76 |
| Binary | 1101111 | 11001110 | 10111101 | 101110 | 0 | 1000 | 10011 | 10101001 | 110001 | 111110 |
Color Harmonies of #6FCEBD
Complementary color
Monochromatic Colors of #6FCEBD
Black with #6FCEBD
Text Example
Text Example
White with #6FCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEBD; }
p { color: rgb(111,206,189); }
H1.HeaderClassName
{
color: #6FCEBD;
}
.AnyTagClassName
{
color: #6FCEBD;
}
</style>
background-color css
<style>
a { background-color: #6FCEBD; }
a { background-color: rgb(111,206,189); }
div.DivClassName
{
background-color: #6FCEBD;
}
.BgClassName
{
background-color: #6FCEBD;
}
</style>
border-color css
<style>
span { border-color: #6FCEBD; }
span { border-color: rgb(111,206,189); }
td.TdClassName
{
border-color: #6FCEBD;
}
.TagClassName
{
border-color: #6FCEBD;
}
</style>