Shades of Downy #6FCACA
Tints of Downy #6FCACA
RGB
CMYK
RGB Variations
Color information
#6FCACA (or 0x6FCACA) is known color: Downy. HEX triplet: 6F, CA and CA. RGB value is (111,202,202). Sum of RGB (Red+Green+Blue) = 111+202+202=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #6FCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCACA is #903535. Grayscale: #AEAEAE. Windows color (decimal): -9450806 or 13290095. OLE color: 13290095.
HSL color Cylindrical-coordinate representation of color #6FCACA: hue angle of 180º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCACA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 202 | - |
| CMYK | 0.45 | 0 | 0 | 0.21 |
| HSL | 180º | 0.46% | 0.61% | - |
| HSV(B) | 180º | 0.45% | 0.79% | - |
| XYZ | 38.34 | 49.88 | 63.49 | - |
| YUV | 174.79 | 143.35 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 202 | 0.45 | 0 | 0 | 0.21 | 180 | 0.46 | 0.61 |
| Hex | 6F | CA | CA | 2D | 0 | 0 | 15 | B4 | 2E | 3D |
| Octal | 157 | 312 | 312 | 55 | 0 | 0 | 25 | 264 | 56 | 75 |
| Binary | 1101111 | 11001010 | 11001010 | 101101 | 0 | 0 | 10101 | 10110100 | 101110 | 111101 |
Color Harmonies of #6FCACA
Complementary color
Monochromatic Colors of #6FCACA
Black with #6FCACA
Text Example
Text Example
White with #6FCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCACA; }
p { color: rgb(111,202,202); }
H1.HeaderClassName
{
color: #6FCACA;
}
.AnyTagClassName
{
color: #6FCACA;
}
</style>
background-color css
<style>
a { background-color: #6FCACA; }
a { background-color: rgb(111,202,202); }
div.DivClassName
{
background-color: #6FCACA;
}
.BgClassName
{
background-color: #6FCACA;
}
</style>
border-color css
<style>
span { border-color: #6FCACA; }
span { border-color: rgb(111,202,202); }
td.TdClassName
{
border-color: #6FCACA;
}
.TagClassName
{
border-color: #6FCACA;
}
</style>