Shades of Downy #6BD5C1
Tints of Downy #6BD5C1
RGB
CMYK
RGB Variations
Color information
#6BD5C1 (or 0x6BD5C1) is known color: Downy. HEX triplet: 6B, D5 and C1. RGB value is (107,213,193). Sum of RGB (Red+Green+Blue) = 107+213+193=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD5C1 is #942A3E. Grayscale: #B2B2B2. Windows color (decimal): -9710143 or 12703083. OLE color: 12703083.
HSL color Cylindrical-coordinate representation of color #6BD5C1: hue angle of 168.68º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD5C1 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 213 | 193 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.16 |
| HSL | 168.68º | 0.56% | 0.63% | - |
| HSV(B) | 168.68º | 0.5% | 0.84% | - |
| XYZ | 39.48 | 54.56 | 58.9 | - |
| YUV | 179.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 213 | 193 | 0.50 | 0 | 0.09 | 0.16 | 168.68 | 0.56 | 0.63 |
| Hex | 6B | D5 | C1 | 32 | 0 | 9 | 10 | A9 | 38 | 3F |
| Octal | 153 | 325 | 301 | 62 | 0 | 11 | 20 | 251 | 70 | 77 |
| Binary | 1101011 | 11010101 | 11000001 | 110010 | 0 | 1001 | 10000 | 10101001 | 111000 | 111111 |
Color Harmonies of #6BD5C1
Complementary color
Monochromatic Colors of #6BD5C1
Black with #6BD5C1
Text Example
Text Example
White with #6BD5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD5C1; }
p { color: rgb(107,213,193); }
H1.HeaderClassName
{
color: #6BD5C1;
}
.AnyTagClassName
{
color: #6BD5C1;
}
</style>
background-color css
<style>
a { background-color: #6BD5C1; }
a { background-color: rgb(107,213,193); }
div.DivClassName
{
background-color: #6BD5C1;
}
.BgClassName
{
background-color: #6BD5C1;
}
</style>
border-color css
<style>
span { border-color: #6BD5C1; }
span { border-color: rgb(107,213,193); }
td.TdClassName
{
border-color: #6BD5C1;
}
.TagClassName
{
border-color: #6BD5C1;
}
</style>