Shades of Downy #6BDAD0
Tints of Downy #6BDAD0
RGB
CMYK
RGB Variations
Color information
#6BDAD0 (or 0x6BDAD0) is known color: Downy. HEX triplet: 6B, DA and D0. RGB value is (107,218,208). Sum of RGB (Red+Green+Blue) = 107+218+208=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDAD0 is #94252F. Grayscale: #B7B7B7. Windows color (decimal): -9708848 or 13687403. OLE color: 13687403.
HSL color Cylindrical-coordinate representation of color #6BDAD0: hue angle of 174.59º degrees, saturation: 0.6, 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 #6BDAD0 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 208 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.15 |
| HSL | 174.59º | 0.6% | 0.64% | - |
| HSV(B) | 174.59º | 0.51% | 0.85% | - |
| XYZ | 42.52 | 57.82 | 68.59 | - |
| YUV | 183.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 208 | 0.51 | 0 | 0.05 | 0.15 | 174.59 | 0.6 | 0.64 |
| Hex | 6B | DA | D0 | 33 | 0 | 5 | F | AF | 3C | 40 |
| Octal | 153 | 332 | 320 | 63 | 0 | 5 | 17 | 257 | 74 | 100 |
| Binary | 1101011 | 11011010 | 11010000 | 110011 | 0 | 101 | 1111 | 10101111 | 111100 | 1000000 |
Color Harmonies of #6BDAD0
Complementary color
Monochromatic Colors of #6BDAD0
Black with #6BDAD0
Text Example
Text Example
White with #6BDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDAD0; }
p { color: rgb(107,218,208); }
H1.HeaderClassName
{
color: #6BDAD0;
}
.AnyTagClassName
{
color: #6BDAD0;
}
</style>
background-color css
<style>
a { background-color: #6BDAD0; }
a { background-color: rgb(107,218,208); }
div.DivClassName
{
background-color: #6BDAD0;
}
.BgClassName
{
background-color: #6BDAD0;
}
</style>
border-color css
<style>
span { border-color: #6BDAD0; }
span { border-color: rgb(107,218,208); }
td.TdClassName
{
border-color: #6BDAD0;
}
.TagClassName
{
border-color: #6BDAD0;
}
</style>