Shades of Downy #6FCCC8
Tints of Downy #6FCCC8
RGB
CMYK
RGB Variations
Color information
#6FCCC8 (or 0x6FCCC8) is known color: Downy. HEX triplet: 6F, CC and C8. RGB value is (111,204,200). Sum of RGB (Red+Green+Blue) = 111+204+200=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCC8 is #903337. Grayscale: #AFAFAF. Windows color (decimal): -9450296 or 13159535. OLE color: 13159535.
HSL color Cylindrical-coordinate representation of color #6FCCC8: hue angle of 177.42º 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 #6FCCC8 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 200 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.2 |
| HSL | 177.42º | 0.48% | 0.62% | - |
| HSV(B) | 177.42º | 0.46% | 0.8% | - |
| XYZ | 38.57 | 50.74 | 62.4 | - |
| YUV | 175.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 200 | 0.46 | 0 | 0.02 | 0.2 | 177.42 | 0.48 | 0.62 |
| Hex | 6F | CC | C8 | 2E | 0 | 2 | 14 | B1 | 30 | 3E |
| Octal | 157 | 314 | 310 | 56 | 0 | 2 | 24 | 261 | 60 | 76 |
| Binary | 1101111 | 11001100 | 11001000 | 101110 | 0 | 10 | 10100 | 10110001 | 110000 | 111110 |
Color Harmonies of #6FCCC8
Complementary color
Monochromatic Colors of #6FCCC8
Black with #6FCCC8
Text Example
Text Example
White with #6FCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCC8; }
p { color: rgb(111,204,200); }
H1.HeaderClassName
{
color: #6FCCC8;
}
.AnyTagClassName
{
color: #6FCCC8;
}
</style>
background-color css
<style>
a { background-color: #6FCCC8; }
a { background-color: rgb(111,204,200); }
div.DivClassName
{
background-color: #6FCCC8;
}
.BgClassName
{
background-color: #6FCCC8;
}
</style>
border-color css
<style>
span { border-color: #6FCCC8; }
span { border-color: rgb(111,204,200); }
td.TdClassName
{
border-color: #6FCCC8;
}
.TagClassName
{
border-color: #6FCCC8;
}
</style>