Shades of Downy #6FCCCC
Tints of Downy #6FCCCC
RGB
CMYK
RGB Variations
Color information
#6FCCCC (or 0x6FCCCC) is known color: Downy. HEX triplet: 6F, CC and CC. RGB value is (111,204,204). Sum of RGB (Red+Green+Blue) = 111+204+204=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #6FCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCCC is #903333. Grayscale: #B0B0B0. Windows color (decimal): -9450292 or 13421679. OLE color: 13421679.
HSL color Cylindrical-coordinate representation of color #6FCCCC: hue angle of 180º 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 #6FCCCC is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 204 | - |
| CMYK | 0.46 | 0 | 0 | 0.2 |
| HSL | 180º | 0.48% | 0.62% | - |
| HSV(B) | 180º | 0.46% | 0.8% | - |
| XYZ | 39.05 | 50.92 | 64.9 | - |
| YUV | 176.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 204 | 0.46 | 0 | 0 | 0.2 | 180 | 0.48 | 0.62 |
| Hex | 6F | CC | CC | 2E | 0 | 0 | 14 | B4 | 30 | 3E |
| Octal | 157 | 314 | 314 | 56 | 0 | 0 | 24 | 264 | 60 | 76 |
| Binary | 1101111 | 11001100 | 11001100 | 101110 | 0 | 0 | 10100 | 10110100 | 110000 | 111110 |
Color Harmonies of #6FCCCC
Complementary color
Monochromatic Colors of #6FCCCC
Black with #6FCCCC
Text Example
Text Example
White with #6FCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCCC; }
p { color: rgb(111,204,204); }
H1.HeaderClassName
{
color: #6FCCCC;
}
.AnyTagClassName
{
color: #6FCCCC;
}
</style>
background-color css
<style>
a { background-color: #6FCCCC; }
a { background-color: rgb(111,204,204); }
div.DivClassName
{
background-color: #6FCCCC;
}
.BgClassName
{
background-color: #6FCCCC;
}
</style>
border-color css
<style>
span { border-color: #6FCCCC; }
span { border-color: rgb(111,204,204); }
td.TdClassName
{
border-color: #6FCCCC;
}
.TagClassName
{
border-color: #6FCCCC;
}
</style>