Shades of Downy #6FCCB5
Tints of Downy #6FCCB5
RGB
CMYK
RGB Variations
Color information
#6FCCB5 (or 0x6FCCB5) is known color: Downy. HEX triplet: 6F, CC and B5. RGB value is (111,204,181). Sum of RGB (Red+Green+Blue) = 111+204+181=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCB5 is #90334A. Grayscale: #ADADAD. Windows color (decimal): -9450315 or 11914351. OLE color: 11914351.
HSL color Cylindrical-coordinate representation of color #6FCCB5: hue angle of 165.16º 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 #6FCCB5 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 181 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.2 |
| HSL | 165.16º | 0.48% | 0.62% | - |
| HSV(B) | 165.16º | 0.46% | 0.8% | - |
| XYZ | 36.49 | 49.9 | 51.42 | - |
| YUV | 173.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 181 | 0.46 | 0 | 0.11 | 0.2 | 165.16 | 0.48 | 0.62 |
| Hex | 6F | CC | B5 | 2E | 0 | B | 14 | A5 | 30 | 3E |
| Octal | 157 | 314 | 265 | 56 | 0 | 13 | 24 | 245 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10110101 | 101110 | 0 | 1011 | 10100 | 10100101 | 110000 | 111110 |
Color Harmonies of #6FCCB5
Complementary color
Monochromatic Colors of #6FCCB5
Black with #6FCCB5
Text Example
Text Example
White with #6FCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCB5; }
p { color: rgb(111,204,181); }
H1.HeaderClassName
{
color: #6FCCB5;
}
.AnyTagClassName
{
color: #6FCCB5;
}
</style>
background-color css
<style>
a { background-color: #6FCCB5; }
a { background-color: rgb(111,204,181); }
div.DivClassName
{
background-color: #6FCCB5;
}
.BgClassName
{
background-color: #6FCCB5;
}
</style>
border-color css
<style>
span { border-color: #6FCCB5; }
span { border-color: rgb(111,204,181); }
td.TdClassName
{
border-color: #6FCCB5;
}
.TagClassName
{
border-color: #6FCCB5;
}
</style>