Shades of Downy #6AD4CC
Tints of Downy #6AD4CC
RGB
CMYK
RGB Variations
Color information
#6AD4CC (or 0x6AD4CC) is known color: Downy. HEX triplet: 6A, D4 and CC. RGB value is (106,212,204). Sum of RGB (Red+Green+Blue) = 106+212+204=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #6AD4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD4CC is #952B33. Grayscale: #B3B3B3. Windows color (decimal): -9775924 or 13423722. OLE color: 13423722.
HSL color Cylindrical-coordinate representation of color #6AD4CC: hue angle of 175.47º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD4CC is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 212 | 204 | - |
| CMYK | 0.5 | 0 | 0.04 | 0.17 |
| HSL | 175.47º | 0.55% | 0.62% | - |
| HSV(B) | 175.47º | 0.5% | 0.83% | - |
| XYZ | 40.39 | 54.51 | 65.52 | - |
| YUV | 179.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 204 | 0.5 | 0 | 0.04 | 0.17 | 175.47 | 0.55 | 0.62 |
| Hex | 6A | D4 | CC | 32 | 0 | 4 | 11 | AF | 37 | 3E |
| Octal | 152 | 324 | 314 | 62 | 0 | 4 | 21 | 257 | 67 | 76 |
| Binary | 1101010 | 11010100 | 11001100 | 110010 | 0 | 100 | 10001 | 10101111 | 110111 | 111110 |
Color Harmonies of #6AD4CC
Complementary color
Monochromatic Colors of #6AD4CC
Black with #6AD4CC
Text Example
Text Example
White with #6AD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD4CC; }
p { color: rgb(106,212,204); }
H1.HeaderClassName
{
color: #6AD4CC;
}
.AnyTagClassName
{
color: #6AD4CC;
}
</style>
background-color css
<style>
a { background-color: #6AD4CC; }
a { background-color: rgb(106,212,204); }
div.DivClassName
{
background-color: #6AD4CC;
}
.BgClassName
{
background-color: #6AD4CC;
}
</style>
border-color css
<style>
span { border-color: #6AD4CC; }
span { border-color: rgb(106,212,204); }
td.TdClassName
{
border-color: #6AD4CC;
}
.TagClassName
{
border-color: #6AD4CC;
}
</style>