Shades of Downy #6FCCBE
Tints of Downy #6FCCBE
RGB
CMYK
RGB Variations
Color information
#6FCCBE (or 0x6FCCBE) is known color: Downy. HEX triplet: 6F, CC and BE. RGB value is (111,204,190). Sum of RGB (Red+Green+Blue) = 111+204+190=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCBE is #903341. Grayscale: #AEAEAE. Windows color (decimal): -9450306 or 12504175. OLE color: 12504175.
HSL color Cylindrical-coordinate representation of color #6FCCBE: hue angle of 170.97º 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 #6FCCBE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 190 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.2 |
| HSL | 170.97º | 0.48% | 0.62% | - |
| HSV(B) | 170.97º | 0.46% | 0.8% | - |
| XYZ | 37.44 | 50.28 | 56.45 | - |
| YUV | 174.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 190 | 0.46 | 0 | 0.07 | 0.2 | 170.97 | 0.48 | 0.62 |
| Hex | 6F | CC | BE | 2E | 0 | 7 | 14 | AB | 30 | 3E |
| Octal | 157 | 314 | 276 | 56 | 0 | 7 | 24 | 253 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10111110 | 101110 | 0 | 111 | 10100 | 10101011 | 110000 | 111110 |
Color Harmonies of #6FCCBE
Complementary color
Monochromatic Colors of #6FCCBE
Black with #6FCCBE
Text Example
Text Example
White with #6FCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCBE; }
p { color: rgb(111,204,190); }
H1.HeaderClassName
{
color: #6FCCBE;
}
.AnyTagClassName
{
color: #6FCCBE;
}
</style>
background-color css
<style>
a { background-color: #6FCCBE; }
a { background-color: rgb(111,204,190); }
div.DivClassName
{
background-color: #6FCCBE;
}
.BgClassName
{
background-color: #6FCCBE;
}
</style>
border-color css
<style>
span { border-color: #6FCCBE; }
span { border-color: rgb(111,204,190); }
td.TdClassName
{
border-color: #6FCCBE;
}
.TagClassName
{
border-color: #6FCCBE;
}
</style>