Shades of Downy #6BCBB5
Tints of Downy #6BCBB5
RGB
CMYK
RGB Variations
Color information
#6BCBB5 (or 0x6BCBB5) is known color: Downy. HEX triplet: 6B, CB and B5. RGB value is (107,203,181). Sum of RGB (Red+Green+Blue) = 107+203+181=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBB5 is #94344A. Grayscale: #ABABAB. Windows color (decimal): -9712715 or 11914091. OLE color: 11914091.
HSL color Cylindrical-coordinate representation of color #6BCBB5: hue angle of 166.25º 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 #6BCBB5 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 181 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.20 |
| HSL | 166.25º | 0.48% | 0.61% | - |
| HSV(B) | 166.25º | 0.47% | 0.8% | - |
| XYZ | 35.76 | 49.17 | 51.32 | - |
| YUV | 171.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 181 | 0.47 | 0 | 0.11 | 0.20 | 166.25 | 0.48 | 0.61 |
| Hex | 6B | CB | B5 | 2F | 0 | B | 14 | A6 | 30 | 3D |
| Octal | 153 | 313 | 265 | 57 | 0 | 13 | 24 | 246 | 60 | 75 |
| Binary | 1101011 | 11001011 | 10110101 | 101111 | 0 | 1011 | 10100 | 10100110 | 110000 | 111101 |
Color Harmonies of #6BCBB5
Complementary color
Monochromatic Colors of #6BCBB5
Black with #6BCBB5
Text Example
Text Example
White with #6BCBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBB5; }
p { color: rgb(107,203,181); }
H1.HeaderClassName
{
color: #6BCBB5;
}
.AnyTagClassName
{
color: #6BCBB5;
}
</style>
background-color css
<style>
a { background-color: #6BCBB5; }
a { background-color: rgb(107,203,181); }
div.DivClassName
{
background-color: #6BCBB5;
}
.BgClassName
{
background-color: #6BCBB5;
}
</style>
border-color css
<style>
span { border-color: #6BCBB5; }
span { border-color: rgb(107,203,181); }
td.TdClassName
{
border-color: #6BCBB5;
}
.TagClassName
{
border-color: #6BCBB5;
}
</style>