Shades of Downy #6AD0CF
Tints of Downy #6AD0CF
RGB
CMYK
RGB Variations
Color information
#6AD0CF (or 0x6AD0CF) is known color: Downy. HEX triplet: 6A, D0 and CF. RGB value is (106,208,207). Sum of RGB (Red+Green+Blue) = 106+208+207=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0CF is #952F30. Grayscale: #B1B1B1. Windows color (decimal): -9776945 or 13619306. OLE color: 13619306.
HSL color Cylindrical-coordinate representation of color #6AD0CF: hue angle of 179.41º 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 #6AD0CF is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 207 | - |
| CMYK | 0.49 | 0 | 0.00 | 0.18 |
| HSL | 179.41º | 0.52% | 0.62% | - |
| HSV(B) | 179.41º | 0.49% | 0.82% | - |
| XYZ | 39.76 | 52.68 | 67.1 | - |
| YUV | 177.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 207 | 0.49 | 0 | 0.00 | 0.18 | 179.41 | 0.52 | 0.62 |
| Hex | 6A | D0 | CF | 31 | 0 | 0 | 12 | B3 | 34 | 3E |
| Octal | 152 | 320 | 317 | 61 | 0 | 0 | 22 | 263 | 64 | 76 |
| Binary | 1101010 | 11010000 | 11001111 | 110001 | 0 | 0 | 10010 | 10110011 | 110100 | 111110 |
Color Harmonies of #6AD0CF
Complementary color
Monochromatic Colors of #6AD0CF
Black with #6AD0CF
Text Example
Text Example
White with #6AD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD0CF; }
p { color: rgb(106,208,207); }
H1.HeaderClassName
{
color: #6AD0CF;
}
.AnyTagClassName
{
color: #6AD0CF;
}
</style>
background-color css
<style>
a { background-color: #6AD0CF; }
a { background-color: rgb(106,208,207); }
div.DivClassName
{
background-color: #6AD0CF;
}
.BgClassName
{
background-color: #6AD0CF;
}
</style>
border-color css
<style>
span { border-color: #6AD0CF; }
span { border-color: rgb(106,208,207); }
td.TdClassName
{
border-color: #6AD0CF;
}
.TagClassName
{
border-color: #6AD0CF;
}
</style>