Shades of Downy #6FD2CC
Tints of Downy #6FD2CC
RGB
CMYK
RGB Variations
Color information
#6FD2CC (or 0x6FD2CC) is known color: Downy. HEX triplet: 6F, D2 and CC. RGB value is (111,210,204). Sum of RGB (Red+Green+Blue) = 111+210+204=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2CC is #902D33. Grayscale: #B3B3B3. Windows color (decimal): -9448756 or 13423215. OLE color: 13423215.
HSL color Cylindrical-coordinate representation of color #6FD2CC: hue angle of 176.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD2CC is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 204 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.18 |
| HSL | 176.36º | 0.52% | 0.63% | - |
| HSV(B) | 176.36º | 0.47% | 0.82% | - |
| XYZ | 40.5 | 53.83 | 65.38 | - |
| YUV | 179.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 204 | 0.47 | 0 | 0.03 | 0.18 | 176.36 | 0.52 | 0.63 |
| Hex | 6F | D2 | CC | 2F | 0 | 3 | 12 | B0 | 34 | 3F |
| Octal | 157 | 322 | 314 | 57 | 0 | 3 | 22 | 260 | 64 | 77 |
| Binary | 1101111 | 11010010 | 11001100 | 101111 | 0 | 11 | 10010 | 10110000 | 110100 | 111111 |
Color Harmonies of #6FD2CC
Complementary color
Monochromatic Colors of #6FD2CC
Black with #6FD2CC
Text Example
Text Example
White with #6FD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2CC; }
p { color: rgb(111,210,204); }
H1.HeaderClassName
{
color: #6FD2CC;
}
.AnyTagClassName
{
color: #6FD2CC;
}
</style>
background-color css
<style>
a { background-color: #6FD2CC; }
a { background-color: rgb(111,210,204); }
div.DivClassName
{
background-color: #6FD2CC;
}
.BgClassName
{
background-color: #6FD2CC;
}
</style>
border-color css
<style>
span { border-color: #6FD2CC; }
span { border-color: rgb(111,210,204); }
td.TdClassName
{
border-color: #6FD2CC;
}
.TagClassName
{
border-color: #6FD2CC;
}
</style>