Shades of Downy #6BDCCC
Tints of Downy #6BDCCC
RGB
CMYK
RGB Variations
Color information
#6BDCCC (or 0x6BDCCC) is known color: Downy. HEX triplet: 6B, DC and CC. RGB value is (107,220,204). Sum of RGB (Red+Green+Blue) = 107+220+204=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCCC is #942333. Grayscale: #B8B8B8. Windows color (decimal): -9708340 or 13425771. OLE color: 13425771.
HSL color Cylindrical-coordinate representation of color #6BDCCC: hue angle of 171.5º degrees, saturation: 0.62, 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 #6BDCCC is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 204 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.14 |
| HSL | 171.5º | 0.62% | 0.64% | - |
| HSV(B) | 171.5º | 0.51% | 0.86% | - |
| XYZ | 42.56 | 58.67 | 66.21 | - |
| YUV | 184.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 204 | 0.51 | 0 | 0.07 | 0.14 | 171.5 | 0.62 | 0.64 |
| Hex | 6B | DC | CC | 33 | 0 | 7 | E | AC | 3E | 40 |
| Octal | 153 | 334 | 314 | 63 | 0 | 7 | 16 | 254 | 76 | 100 |
| Binary | 1101011 | 11011100 | 11001100 | 110011 | 0 | 111 | 1110 | 10101100 | 111110 | 1000000 |
Color Harmonies of #6BDCCC
Complementary color
Monochromatic Colors of #6BDCCC
Black with #6BDCCC
Text Example
Text Example
White with #6BDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCCC; }
p { color: rgb(107,220,204); }
H1.HeaderClassName
{
color: #6BDCCC;
}
.AnyTagClassName
{
color: #6BDCCC;
}
</style>
background-color css
<style>
a { background-color: #6BDCCC; }
a { background-color: rgb(107,220,204); }
div.DivClassName
{
background-color: #6BDCCC;
}
.BgClassName
{
background-color: #6BDCCC;
}
</style>
border-color css
<style>
span { border-color: #6BDCCC; }
span { border-color: rgb(107,220,204); }
td.TdClassName
{
border-color: #6BDCCC;
}
.TagClassName
{
border-color: #6BDCCC;
}
</style>