Shades of Downy #6BC2C3
Tints of Downy #6BC2C3
RGB
CMYK
RGB Variations
Color information
#6BC2C3 (or 0x6BC2C3) is known color: Downy. HEX triplet: 6B, C2 and C3. RGB value is (107,194,195). Sum of RGB (Red+Green+Blue) = 107+194+195=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BC2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC2C3 is #943D3C. Grayscale: #A8A8A8. Windows color (decimal): -9715005 or 12829291. OLE color: 12829291.
HSL color Cylindrical-coordinate representation of color #6BC2C3: hue angle of 180.68º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC2C3 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 194 | 195 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.24 |
| HSL | 180.68º | 0.42% | 0.59% | - |
| HSV(B) | 180.68º | 0.45% | 0.76% | - |
| XYZ | 35.21 | 45.65 | 58.59 | - |
| YUV | 168.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 195 | 0.45 | 0.01 | 0 | 0.24 | 180.68 | 0.42 | 0.59 |
| Hex | 6B | C2 | C3 | 2D | 1 | 0 | 18 | B5 | 2A | 3B |
| Octal | 153 | 302 | 303 | 55 | 1 | 0 | 30 | 265 | 52 | 73 |
| Binary | 1101011 | 11000010 | 11000011 | 101101 | 1 | 0 | 11000 | 10110101 | 101010 | 111011 |
Color Harmonies of #6BC2C3
Complementary color
Monochromatic Colors of #6BC2C3
Black with #6BC2C3
Text Example
Text Example
White with #6BC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC2C3; }
p { color: rgb(107,194,195); }
H1.HeaderClassName
{
color: #6BC2C3;
}
.AnyTagClassName
{
color: #6BC2C3;
}
</style>
background-color css
<style>
a { background-color: #6BC2C3; }
a { background-color: rgb(107,194,195); }
div.DivClassName
{
background-color: #6BC2C3;
}
.BgClassName
{
background-color: #6BC2C3;
}
</style>
border-color css
<style>
span { border-color: #6BC2C3; }
span { border-color: rgb(107,194,195); }
td.TdClassName
{
border-color: #6BC2C3;
}
.TagClassName
{
border-color: #6BC2C3;
}
</style>