Shades of Downy #6BDCCE
Tints of Downy #6BDCCE
RGB
CMYK
RGB Variations
Color information
#6BDCCE (or 0x6BDCCE) is known color: Downy. HEX triplet: 6B, DC and CE. RGB value is (107,220,206). Sum of RGB (Red+Green+Blue) = 107+220+206=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCCE is #942331. Grayscale: #B8B8B8. Windows color (decimal): -9708338 or 13556843. OLE color: 13556843.
HSL color Cylindrical-coordinate representation of color #6BDCCE: hue angle of 172.57º 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 #6BDCCE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 206 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.14 |
| HSL | 172.57º | 0.62% | 0.64% | - |
| HSV(B) | 172.57º | 0.51% | 0.86% | - |
| XYZ | 42.8 | 58.77 | 67.48 | - |
| YUV | 184.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 206 | 0.51 | 0 | 0.06 | 0.14 | 172.57 | 0.62 | 0.64 |
| Hex | 6B | DC | CE | 33 | 0 | 6 | E | AD | 3E | 40 |
| Octal | 153 | 334 | 316 | 63 | 0 | 6 | 16 | 255 | 76 | 100 |
| Binary | 1101011 | 11011100 | 11001110 | 110011 | 0 | 110 | 1110 | 10101101 | 111110 | 1000000 |
Color Harmonies of #6BDCCE
Complementary color
Monochromatic Colors of #6BDCCE
Black with #6BDCCE
Text Example
Text Example
White with #6BDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCCE; }
p { color: rgb(107,220,206); }
H1.HeaderClassName
{
color: #6BDCCE;
}
.AnyTagClassName
{
color: #6BDCCE;
}
</style>
background-color css
<style>
a { background-color: #6BDCCE; }
a { background-color: rgb(107,220,206); }
div.DivClassName
{
background-color: #6BDCCE;
}
.BgClassName
{
background-color: #6BDCCE;
}
</style>
border-color css
<style>
span { border-color: #6BDCCE; }
span { border-color: rgb(107,220,206); }
td.TdClassName
{
border-color: #6BDCCE;
}
.TagClassName
{
border-color: #6BDCCE;
}
</style>