Shades of Downy #6FCBC9
Tints of Downy #6FCBC9
RGB
CMYK
RGB Variations
Color information
#6FCBC9 (or 0x6FCBC9) is known color: Downy. HEX triplet: 6F, CB and C9. RGB value is (111,203,201). Sum of RGB (Red+Green+Blue) = 111+203+201=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBC9 is #903436. Grayscale: #AFAFAF. Windows color (decimal): -9450551 or 13224815. OLE color: 13224815.
HSL color Cylindrical-coordinate representation of color #6FCBC9: hue angle of 178.7º 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 #6FCBC9 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 201 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.20 |
| HSL | 178.7º | 0.47% | 0.62% | - |
| HSV(B) | 178.7º | 0.45% | 0.8% | - |
| XYZ | 38.45 | 50.31 | 62.94 | - |
| YUV | 175.26 | 142.52 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 201 | 0.45 | 0 | 0.01 | 0.20 | 178.7 | 0.47 | 0.62 |
| Hex | 6F | CB | C9 | 2D | 0 | 1 | 14 | B3 | 2F | 3E |
| Octal | 157 | 313 | 311 | 55 | 0 | 1 | 24 | 263 | 57 | 76 |
| Binary | 1101111 | 11001011 | 11001001 | 101101 | 0 | 1 | 10100 | 10110011 | 101111 | 111110 |
Color Harmonies of #6FCBC9
Complementary color
Monochromatic Colors of #6FCBC9
Black with #6FCBC9
Text Example
Text Example
White with #6FCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBC9; }
p { color: rgb(111,203,201); }
H1.HeaderClassName
{
color: #6FCBC9;
}
.AnyTagClassName
{
color: #6FCBC9;
}
</style>
background-color css
<style>
a { background-color: #6FCBC9; }
a { background-color: rgb(111,203,201); }
div.DivClassName
{
background-color: #6FCBC9;
}
.BgClassName
{
background-color: #6FCBC9;
}
</style>
border-color css
<style>
span { border-color: #6FCBC9; }
span { border-color: rgb(111,203,201); }
td.TdClassName
{
border-color: #6FCBC9;
}
.TagClassName
{
border-color: #6FCBC9;
}
</style>