Shades of Downy #6FCBC7
Tints of Downy #6FCBC7
RGB
CMYK
RGB Variations
Color information
#6FCBC7 (or 0x6FCBC7) is known color: Downy. HEX triplet: 6F, CB and C7. RGB value is (111,203,199). Sum of RGB (Red+Green+Blue) = 111+203+199=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBC7 is #903438. Grayscale: #AEAEAE. Windows color (decimal): -9450553 or 13093743. OLE color: 13093743.
HSL color Cylindrical-coordinate representation of color #6FCBC7: hue angle of 177.39º 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 #6FCBC7 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 199 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.20 |
| HSL | 177.39º | 0.47% | 0.62% | - |
| HSV(B) | 177.39º | 0.45% | 0.8% | - |
| XYZ | 38.22 | 50.21 | 61.71 | - |
| YUV | 175.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 199 | 0.45 | 0 | 0.02 | 0.20 | 177.39 | 0.47 | 0.62 |
| Hex | 6F | CB | C7 | 2D | 0 | 2 | 14 | B1 | 2F | 3E |
| Octal | 157 | 313 | 307 | 55 | 0 | 2 | 24 | 261 | 57 | 76 |
| Binary | 1101111 | 11001011 | 11000111 | 101101 | 0 | 10 | 10100 | 10110001 | 101111 | 111110 |
Color Harmonies of #6FCBC7
Complementary color
Monochromatic Colors of #6FCBC7
Black with #6FCBC7
Text Example
Text Example
White with #6FCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBC7; }
p { color: rgb(111,203,199); }
H1.HeaderClassName
{
color: #6FCBC7;
}
.AnyTagClassName
{
color: #6FCBC7;
}
</style>
background-color css
<style>
a { background-color: #6FCBC7; }
a { background-color: rgb(111,203,199); }
div.DivClassName
{
background-color: #6FCBC7;
}
.BgClassName
{
background-color: #6FCBC7;
}
</style>
border-color css
<style>
span { border-color: #6FCBC7; }
span { border-color: rgb(111,203,199); }
td.TdClassName
{
border-color: #6FCBC7;
}
.TagClassName
{
border-color: #6FCBC7;
}
</style>