Shades of Downy #6FCDCD
Tints of Downy #6FCDCD
RGB
CMYK
RGB Variations
Color information
#6FCDCD (or 0x6FCDCD) is known color: Downy. HEX triplet: 6F, CD and CD. RGB value is (111,205,205). Sum of RGB (Red+Green+Blue) = 111+205+205=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #6FCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDCD is #903232. Grayscale: #B0B0B0. Windows color (decimal): -9450035 or 13487471. OLE color: 13487471.
HSL color Cylindrical-coordinate representation of color #6FCDCD: 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 #6FCDCD is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 205 | - |
| CMYK | 0.46 | 0 | 0 | 0.20 |
| HSL | 180º | 0.48% | 0.62% | - |
| HSV(B) | 180º | 0.46% | 0.8% | - |
| XYZ | 39.41 | 51.45 | 65.61 | - |
| YUV | 176.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 205 | 0.46 | 0 | 0 | 0.20 | 180 | 0.48 | 0.62 |
| Hex | 6F | CD | CD | 2E | 0 | 0 | 14 | B4 | 30 | 3E |
| Octal | 157 | 315 | 315 | 56 | 0 | 0 | 24 | 264 | 60 | 76 |
| Binary | 1101111 | 11001101 | 11001101 | 101110 | 0 | 0 | 10100 | 10110100 | 110000 | 111110 |
Color Harmonies of #6FCDCD
Complementary color
Monochromatic Colors of #6FCDCD
Black with #6FCDCD
Text Example
Text Example
White with #6FCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDCD; }
p { color: rgb(111,205,205); }
H1.HeaderClassName
{
color: #6FCDCD;
}
.AnyTagClassName
{
color: #6FCDCD;
}
</style>
background-color css
<style>
a { background-color: #6FCDCD; }
a { background-color: rgb(111,205,205); }
div.DivClassName
{
background-color: #6FCDCD;
}
.BgClassName
{
background-color: #6FCDCD;
}
</style>
border-color css
<style>
span { border-color: #6FCDCD; }
span { border-color: rgb(111,205,205); }
td.TdClassName
{
border-color: #6FCDCD;
}
.TagClassName
{
border-color: #6FCDCD;
}
</style>