Shades of Downy #6FCCBB
Tints of Downy #6FCCBB
RGB
CMYK
RGB Variations
Color information
#6FCCBB (or 0x6FCCBB) is known color: Downy. HEX triplet: 6F, CC and BB. RGB value is (111,204,187). Sum of RGB (Red+Green+Blue) = 111+204+187=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCBB is #903344. Grayscale: #AEAEAE. Windows color (decimal): -9450309 or 12307567. OLE color: 12307567.
HSL color Cylindrical-coordinate representation of color #6FCCBB: hue angle of 169.03º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCBB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 187 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.2 |
| HSL | 169.03º | 0.48% | 0.62% | - |
| HSV(B) | 169.03º | 0.46% | 0.8% | - |
| XYZ | 37.12 | 50.15 | 54.74 | - |
| YUV | 174.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 187 | 0.46 | 0 | 0.08 | 0.2 | 169.03 | 0.48 | 0.62 |
| Hex | 6F | CC | BB | 2E | 0 | 8 | 14 | A9 | 30 | 3E |
| Octal | 157 | 314 | 273 | 56 | 0 | 10 | 24 | 251 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10111011 | 101110 | 0 | 1000 | 10100 | 10101001 | 110000 | 111110 |
Color Harmonies of #6FCCBB
Complementary color
Monochromatic Colors of #6FCCBB
Black with #6FCCBB
Text Example
Text Example
White with #6FCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCBB; }
p { color: rgb(111,204,187); }
H1.HeaderClassName
{
color: #6FCCBB;
}
.AnyTagClassName
{
color: #6FCCBB;
}
</style>
background-color css
<style>
a { background-color: #6FCCBB; }
a { background-color: rgb(111,204,187); }
div.DivClassName
{
background-color: #6FCCBB;
}
.BgClassName
{
background-color: #6FCCBB;
}
</style>
border-color css
<style>
span { border-color: #6FCCBB; }
span { border-color: rgb(111,204,187); }
td.TdClassName
{
border-color: #6FCCBB;
}
.TagClassName
{
border-color: #6FCCBB;
}
</style>