Shades of Downy #6FCFCF
Tints of Downy #6FCFCF
RGB
CMYK
RGB Variations
Color information
#6FCFCF (or 0x6FCFCF) is known color: Downy. HEX triplet: 6F, CF and CF. RGB value is (111,207,207). Sum of RGB (Red+Green+Blue) = 111+207+207=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #6FCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFCF is #903030. Grayscale: #B2B2B2. Windows color (decimal): -9449521 or 13619055. OLE color: 13619055.
HSL color Cylindrical-coordinate representation of color #6FCFCF: hue angle of 180º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFCF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 207 | - |
| CMYK | 0.46 | 0 | 0 | 0.19 |
| HSL | 180º | 0.5% | 0.62% | - |
| HSV(B) | 180º | 0.46% | 0.81% | - |
| XYZ | 40.13 | 52.51 | 67.05 | - |
| YUV | 178.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 207 | 0.46 | 0 | 0 | 0.19 | 180 | 0.5 | 0.62 |
| Hex | 6F | CF | CF | 2E | 0 | 0 | 13 | B4 | 32 | 3E |
| Octal | 157 | 317 | 317 | 56 | 0 | 0 | 23 | 264 | 62 | 76 |
| Binary | 1101111 | 11001111 | 11001111 | 101110 | 0 | 0 | 10011 | 10110100 | 110010 | 111110 |
Color Harmonies of #6FCFCF
Complementary color
Monochromatic Colors of #6FCFCF
Black with #6FCFCF
Text Example
Text Example
White with #6FCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFCF; }
p { color: rgb(111,207,207); }
H1.HeaderClassName
{
color: #6FCFCF;
}
.AnyTagClassName
{
color: #6FCFCF;
}
</style>
background-color css
<style>
a { background-color: #6FCFCF; }
a { background-color: rgb(111,207,207); }
div.DivClassName
{
background-color: #6FCFCF;
}
.BgClassName
{
background-color: #6FCFCF;
}
</style>
border-color css
<style>
span { border-color: #6FCFCF; }
span { border-color: rgb(111,207,207); }
td.TdClassName
{
border-color: #6FCFCF;
}
.TagClassName
{
border-color: #6FCFCF;
}
</style>