Shades of Downy #6BDCCF
Tints of Downy #6BDCCF
RGB
CMYK
RGB Variations
Color information
#6BDCCF (or 0x6BDCCF) is known color: Downy. HEX triplet: 6B, DC and CF. RGB value is (107,220,207). Sum of RGB (Red+Green+Blue) = 107+220+207=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCCF is #942330. Grayscale: #B8B8B8. Windows color (decimal): -9708337 or 13622379. OLE color: 13622379.
HSL color Cylindrical-coordinate representation of color #6BDCCF: hue angle of 173.1º 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 #6BDCCF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 207 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.14 |
| HSL | 173.1º | 0.62% | 0.64% | - |
| HSV(B) | 173.1º | 0.51% | 0.86% | - |
| XYZ | 42.92 | 58.82 | 68.12 | - |
| YUV | 184.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 207 | 0.51 | 0 | 0.06 | 0.14 | 173.1 | 0.62 | 0.64 |
| Hex | 6B | DC | CF | 33 | 0 | 6 | E | AD | 3E | 40 |
| Octal | 153 | 334 | 317 | 63 | 0 | 6 | 16 | 255 | 76 | 100 |
| Binary | 1101011 | 11011100 | 11001111 | 110011 | 0 | 110 | 1110 | 10101101 | 111110 | 1000000 |
Color Harmonies of #6BDCCF
Complementary color
Monochromatic Colors of #6BDCCF
Black with #6BDCCF
Text Example
Text Example
White with #6BDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCCF; }
p { color: rgb(107,220,207); }
H1.HeaderClassName
{
color: #6BDCCF;
}
.AnyTagClassName
{
color: #6BDCCF;
}
</style>
background-color css
<style>
a { background-color: #6BDCCF; }
a { background-color: rgb(107,220,207); }
div.DivClassName
{
background-color: #6BDCCF;
}
.BgClassName
{
background-color: #6BDCCF;
}
</style>
border-color css
<style>
span { border-color: #6BDCCF; }
span { border-color: rgb(107,220,207); }
td.TdClassName
{
border-color: #6BDCCF;
}
.TagClassName
{
border-color: #6BDCCF;
}
</style>