Shades of Downy #6BCBBC
Tints of Downy #6BCBBC
RGB
CMYK
RGB Variations
Color information
#6BCBBC (or 0x6BCBBC) is known color: Downy. HEX triplet: 6B, CB and BC. RGB value is (107,203,188). Sum of RGB (Red+Green+Blue) = 107+203+188=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBBC is #943443. Grayscale: #ACACAC. Windows color (decimal): -9712708 or 12372843. OLE color: 12372843.
HSL color Cylindrical-coordinate representation of color #6BCBBC: hue angle of 170.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBBC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 188 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.20 |
| HSL | 170.63º | 0.48% | 0.61% | - |
| HSV(B) | 170.63º | 0.47% | 0.8% | - |
| XYZ | 36.5 | 49.47 | 55.2 | - |
| YUV | 172.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 188 | 0.47 | 0 | 0.07 | 0.20 | 170.63 | 0.48 | 0.61 |
| Hex | 6B | CB | BC | 2F | 0 | 7 | 14 | AB | 30 | 3D |
| Octal | 153 | 313 | 274 | 57 | 0 | 7 | 24 | 253 | 60 | 75 |
| Binary | 1101011 | 11001011 | 10111100 | 101111 | 0 | 111 | 10100 | 10101011 | 110000 | 111101 |
Color Harmonies of #6BCBBC
Complementary color
Monochromatic Colors of #6BCBBC
Black with #6BCBBC
Text Example
Text Example
White with #6BCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBBC; }
p { color: rgb(107,203,188); }
H1.HeaderClassName
{
color: #6BCBBC;
}
.AnyTagClassName
{
color: #6BCBBC;
}
</style>
background-color css
<style>
a { background-color: #6BCBBC; }
a { background-color: rgb(107,203,188); }
div.DivClassName
{
background-color: #6BCBBC;
}
.BgClassName
{
background-color: #6BCBBC;
}
</style>
border-color css
<style>
span { border-color: #6BCBBC; }
span { border-color: rgb(107,203,188); }
td.TdClassName
{
border-color: #6BCBBC;
}
.TagClassName
{
border-color: #6BCBBC;
}
</style>