Shades of Downy #6BC8BC
Tints of Downy #6BC8BC
RGB
CMYK
RGB Variations
Color information
#6BC8BC (or 0x6BC8BC) is known color: Downy. HEX triplet: 6B, C8 and BC. RGB value is (107,200,188). Sum of RGB (Red+Green+Blue) = 107+200+188=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC8BC is #943743. Grayscale: #AAAAAA. Windows color (decimal): -9713476 or 12372075. OLE color: 12372075.
HSL color Cylindrical-coordinate representation of color #6BC8BC: hue angle of 172.26º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC8BC is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 200 | 188 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.22 |
| HSL | 172.26º | 0.46% | 0.6% | - |
| HSV(B) | 172.26º | 0.47% | 0.78% | - |
| XYZ | 35.79 | 48.07 | 54.97 | - |
| YUV | 170.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 200 | 188 | 0.46 | 0 | 0.06 | 0.22 | 172.26 | 0.46 | 0.6 |
| Hex | 6B | C8 | BC | 2E | 0 | 6 | 16 | AC | 2E | 3C |
| Octal | 153 | 310 | 274 | 56 | 0 | 6 | 26 | 254 | 56 | 74 |
| Binary | 1101011 | 11001000 | 10111100 | 101110 | 0 | 110 | 10110 | 10101100 | 101110 | 111100 |
Color Harmonies of #6BC8BC
Complementary color
Monochromatic Colors of #6BC8BC
Black with #6BC8BC
Text Example
Text Example
White with #6BC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC8BC; }
p { color: rgb(107,200,188); }
H1.HeaderClassName
{
color: #6BC8BC;
}
.AnyTagClassName
{
color: #6BC8BC;
}
</style>
background-color css
<style>
a { background-color: #6BC8BC; }
a { background-color: rgb(107,200,188); }
div.DivClassName
{
background-color: #6BC8BC;
}
.BgClassName
{
background-color: #6BC8BC;
}
</style>
border-color css
<style>
span { border-color: #6BC8BC; }
span { border-color: rgb(107,200,188); }
td.TdClassName
{
border-color: #6BC8BC;
}
.TagClassName
{
border-color: #6BC8BC;
}
</style>