Shades of Downy #6BC9BA
Tints of Downy #6BC9BA
RGB
CMYK
RGB Variations
Color information
#6BC9BA (or 0x6BC9BA) is known color: Downy. HEX triplet: 6B, C9 and BA. RGB value is (107,201,186). Sum of RGB (Red+Green+Blue) = 107+201+186=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9BA is #943645. Grayscale: #ABABAB. Windows color (decimal): -9713222 or 12241259. OLE color: 12241259.
HSL color Cylindrical-coordinate representation of color #6BC9BA: hue angle of 170.43º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC9BA is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 201 | 186 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.21 |
| HSL | 170.43º | 0.47% | 0.6% | - |
| HSV(B) | 170.43º | 0.47% | 0.79% | - |
| XYZ | 35.81 | 48.44 | 53.92 | - |
| YUV | 171.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 186 | 0.47 | 0 | 0.07 | 0.21 | 170.43 | 0.47 | 0.6 |
| Hex | 6B | C9 | BA | 2F | 0 | 7 | 15 | AA | 2F | 3C |
| Octal | 153 | 311 | 272 | 57 | 0 | 7 | 25 | 252 | 57 | 74 |
| Binary | 1101011 | 11001001 | 10111010 | 101111 | 0 | 111 | 10101 | 10101010 | 101111 | 111100 |
Color Harmonies of #6BC9BA
Complementary color
Monochromatic Colors of #6BC9BA
Black with #6BC9BA
Text Example
Text Example
White with #6BC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC9BA; }
p { color: rgb(107,201,186); }
H1.HeaderClassName
{
color: #6BC9BA;
}
.AnyTagClassName
{
color: #6BC9BA;
}
</style>
background-color css
<style>
a { background-color: #6BC9BA; }
a { background-color: rgb(107,201,186); }
div.DivClassName
{
background-color: #6BC9BA;
}
.BgClassName
{
background-color: #6BC9BA;
}
</style>
border-color css
<style>
span { border-color: #6BC9BA; }
span { border-color: rgb(107,201,186); }
td.TdClassName
{
border-color: #6BC9BA;
}
.TagClassName
{
border-color: #6BC9BA;
}
</style>