Shades of Downy #6AD0CC
Tints of Downy #6AD0CC
RGB
CMYK
RGB Variations
Color information
#6AD0CC (or 0x6AD0CC) is known color: Downy. HEX triplet: 6A, D0 and CC. RGB value is (106,208,204). Sum of RGB (Red+Green+Blue) = 106+208+204=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0CC is #952F33. Grayscale: #B0B0B0. Windows color (decimal): -9776948 or 13422698. OLE color: 13422698.
HSL color Cylindrical-coordinate representation of color #6AD0CC: hue angle of 177.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD0CC is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 204 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.18 |
| HSL | 177.65º | 0.52% | 0.62% | - |
| HSV(B) | 177.65º | 0.49% | 0.82% | - |
| XYZ | 39.4 | 52.54 | 65.19 | - |
| YUV | 177.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 204 | 0.49 | 0 | 0.02 | 0.18 | 177.65 | 0.52 | 0.62 |
| Hex | 6A | D0 | CC | 31 | 0 | 2 | 12 | B2 | 34 | 3E |
| Octal | 152 | 320 | 314 | 61 | 0 | 2 | 22 | 262 | 64 | 76 |
| Binary | 1101010 | 11010000 | 11001100 | 110001 | 0 | 10 | 10010 | 10110010 | 110100 | 111110 |
Color Harmonies of #6AD0CC
Complementary color
Monochromatic Colors of #6AD0CC
Black with #6AD0CC
Text Example
Text Example
White with #6AD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD0CC; }
p { color: rgb(106,208,204); }
H1.HeaderClassName
{
color: #6AD0CC;
}
.AnyTagClassName
{
color: #6AD0CC;
}
</style>
background-color css
<style>
a { background-color: #6AD0CC; }
a { background-color: rgb(106,208,204); }
div.DivClassName
{
background-color: #6AD0CC;
}
.BgClassName
{
background-color: #6AD0CC;
}
</style>
border-color css
<style>
span { border-color: #6AD0CC; }
span { border-color: rgb(106,208,204); }
td.TdClassName
{
border-color: #6AD0CC;
}
.TagClassName
{
border-color: #6AD0CC;
}
</style>