Shades of Downy #6BCEB7
Tints of Downy #6BCEB7
RGB
CMYK
RGB Variations
Color information
#6BCEB7 (or 0x6BCEB7) is known color: Downy. HEX triplet: 6B, CE and B7. RGB value is (107,206,183). Sum of RGB (Red+Green+Blue) = 107+206+183=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEB7 is #943148. Grayscale: #ADADAD. Windows color (decimal): -9711945 or 12045931. OLE color: 12045931.
HSL color Cylindrical-coordinate representation of color #6BCEB7: hue angle of 166.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCEB7 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 206 | 183 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.19 |
| HSL | 166.06º | 0.5% | 0.61% | - |
| HSV(B) | 166.06º | 0.48% | 0.81% | - |
| XYZ | 36.68 | 50.69 | 52.65 | - |
| YUV | 173.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 183 | 0.48 | 0 | 0.11 | 0.19 | 166.06 | 0.5 | 0.61 |
| Hex | 6B | CE | B7 | 30 | 0 | B | 13 | A6 | 32 | 3D |
| Octal | 153 | 316 | 267 | 60 | 0 | 13 | 23 | 246 | 62 | 75 |
| Binary | 1101011 | 11001110 | 10110111 | 110000 | 0 | 1011 | 10011 | 10100110 | 110010 | 111101 |
Color Harmonies of #6BCEB7
Complementary color
Monochromatic Colors of #6BCEB7
Black with #6BCEB7
Text Example
Text Example
White with #6BCEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEB7; }
p { color: rgb(107,206,183); }
H1.HeaderClassName
{
color: #6BCEB7;
}
.AnyTagClassName
{
color: #6BCEB7;
}
</style>
background-color css
<style>
a { background-color: #6BCEB7; }
a { background-color: rgb(107,206,183); }
div.DivClassName
{
background-color: #6BCEB7;
}
.BgClassName
{
background-color: #6BCEB7;
}
</style>
border-color css
<style>
span { border-color: #6BCEB7; }
span { border-color: rgb(107,206,183); }
td.TdClassName
{
border-color: #6BCEB7;
}
.TagClassName
{
border-color: #6BCEB7;
}
</style>