Shades of Downy #6BD9D2
Tints of Downy #6BD9D2
RGB
CMYK
RGB Variations
Color information
#6BD9D2 (or 0x6BD9D2) is known color: Downy. HEX triplet: 6B, D9 and D2. RGB value is (107,217,210). Sum of RGB (Red+Green+Blue) = 107+217+210=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD9D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD9D2 is #94262D. Grayscale: #B7B7B7. Windows color (decimal): -9709102 or 13818219. OLE color: 13818219.
HSL color Cylindrical-coordinate representation of color #6BD9D2: hue angle of 176.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD9D2 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 217 | 210 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.15 |
| HSL | 176.18º | 0.59% | 0.64% | - |
| HSV(B) | 176.18º | 0.51% | 0.85% | - |
| XYZ | 42.51 | 57.4 | 69.81 | - |
| YUV | 183.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 217 | 210 | 0.51 | 0 | 0.03 | 0.15 | 176.18 | 0.59 | 0.64 |
| Hex | 6B | D9 | D2 | 33 | 0 | 3 | F | B0 | 3B | 40 |
| Octal | 153 | 331 | 322 | 63 | 0 | 3 | 17 | 260 | 73 | 100 |
| Binary | 1101011 | 11011001 | 11010010 | 110011 | 0 | 11 | 1111 | 10110000 | 111011 | 1000000 |
Color Harmonies of #6BD9D2
Complementary color
Monochromatic Colors of #6BD9D2
Black with #6BD9D2
Text Example
Text Example
White with #6BD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD9D2; }
p { color: rgb(107,217,210); }
H1.HeaderClassName
{
color: #6BD9D2;
}
.AnyTagClassName
{
color: #6BD9D2;
}
</style>
background-color css
<style>
a { background-color: #6BD9D2; }
a { background-color: rgb(107,217,210); }
div.DivClassName
{
background-color: #6BD9D2;
}
.BgClassName
{
background-color: #6BD9D2;
}
</style>
border-color css
<style>
span { border-color: #6BD9D2; }
span { border-color: rgb(107,217,210); }
td.TdClassName
{
border-color: #6BD9D2;
}
.TagClassName
{
border-color: #6BD9D2;
}
</style>