Shades of Downy #6CDBCF
Tints of Downy #6CDBCF
RGB
CMYK
RGB Variations
Color information
#6CDBCF (or 0x6CDBCF) is known color: Downy. HEX triplet: 6C, DB and CF. RGB value is (108,219,207). Sum of RGB (Red+Green+Blue) = 108+219+207=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBCF is #932430. Grayscale: #B8B8B8. Windows color (decimal): -9643057 or 13622124. OLE color: 13622124.
HSL color Cylindrical-coordinate representation of color #6CDBCF: hue angle of 173.51º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBCF is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 207 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.14 |
| HSL | 173.51º | 0.61% | 0.64% | - |
| HSV(B) | 173.51º | 0.51% | 0.86% | - |
| XYZ | 42.78 | 58.36 | 68.04 | - |
| YUV | 184.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 207 | 0.51 | 0 | 0.05 | 0.14 | 173.51 | 0.61 | 0.64 |
| Hex | 6C | DB | CF | 33 | 0 | 5 | E | AE | 3D | 40 |
| Octal | 154 | 333 | 317 | 63 | 0 | 5 | 16 | 256 | 75 | 100 |
| Binary | 1101100 | 11011011 | 11001111 | 110011 | 0 | 101 | 1110 | 10101110 | 111101 | 1000000 |
Color Harmonies of #6CDBCF
Complementary color
Monochromatic Colors of #6CDBCF
Black with #6CDBCF
Text Example
Text Example
White with #6CDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBCF; }
p { color: rgb(108,219,207); }
H1.HeaderClassName
{
color: #6CDBCF;
}
.AnyTagClassName
{
color: #6CDBCF;
}
</style>
background-color css
<style>
a { background-color: #6CDBCF; }
a { background-color: rgb(108,219,207); }
div.DivClassName
{
background-color: #6CDBCF;
}
.BgClassName
{
background-color: #6CDBCF;
}
</style>
border-color css
<style>
span { border-color: #6CDBCF; }
span { border-color: rgb(108,219,207); }
td.TdClassName
{
border-color: #6CDBCF;
}
.TagClassName
{
border-color: #6CDBCF;
}
</style>