Shades of Downy #6FCBC4
Tints of Downy #6FCBC4
RGB
CMYK
RGB Variations
Color information
#6FCBC4 (or 0x6FCBC4) is known color: Downy. HEX triplet: 6F, CB and C4. RGB value is (111,203,196). Sum of RGB (Red+Green+Blue) = 111+203+196=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBC4 is #90343B. Grayscale: #AEAEAE. Windows color (decimal): -9450556 or 12897135. OLE color: 12897135.
HSL color Cylindrical-coordinate representation of color #6FCBC4: hue angle of 175.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBC4 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 196 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.20 |
| HSL | 175.43º | 0.47% | 0.62% | - |
| HSV(B) | 175.43º | 0.45% | 0.8% | - |
| XYZ | 37.88 | 50.08 | 59.89 | - |
| YUV | 174.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 196 | 0.45 | 0 | 0.03 | 0.20 | 175.43 | 0.47 | 0.62 |
| Hex | 6F | CB | C4 | 2D | 0 | 3 | 14 | AF | 2F | 3E |
| Octal | 157 | 313 | 304 | 55 | 0 | 3 | 24 | 257 | 57 | 76 |
| Binary | 1101111 | 11001011 | 11000100 | 101101 | 0 | 11 | 10100 | 10101111 | 101111 | 111110 |
Color Harmonies of #6FCBC4
Complementary color
Monochromatic Colors of #6FCBC4
Black with #6FCBC4
Text Example
Text Example
White with #6FCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBC4; }
p { color: rgb(111,203,196); }
H1.HeaderClassName
{
color: #6FCBC4;
}
.AnyTagClassName
{
color: #6FCBC4;
}
</style>
background-color css
<style>
a { background-color: #6FCBC4; }
a { background-color: rgb(111,203,196); }
div.DivClassName
{
background-color: #6FCBC4;
}
.BgClassName
{
background-color: #6FCBC4;
}
</style>
border-color css
<style>
span { border-color: #6FCBC4; }
span { border-color: rgb(111,203,196); }
td.TdClassName
{
border-color: #6FCBC4;
}
.TagClassName
{
border-color: #6FCBC4;
}
</style>