Shades of Downy #6BC7BD
Tints of Downy #6BC7BD
RGB
CMYK
RGB Variations
Color information
#6BC7BD (or 0x6BC7BD) is known color: Downy. HEX triplet: 6B, C7 and BD. RGB value is (107,199,189). Sum of RGB (Red+Green+Blue) = 107+199+189=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7BD is #943842. Grayscale: #AAAAAA. Windows color (decimal): -9713731 or 12437355. OLE color: 12437355.
HSL color Cylindrical-coordinate representation of color #6BC7BD: hue angle of 173.48º degrees, saturation: 0.45, 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 #6BC7BD is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 199 | 189 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.22 |
| HSL | 173.48º | 0.45% | 0.6% | - |
| HSV(B) | 173.48º | 0.46% | 0.78% | - |
| XYZ | 35.67 | 47.65 | 55.46 | - |
| YUV | 170.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 189 | 0.46 | 0 | 0.05 | 0.22 | 173.48 | 0.45 | 0.6 |
| Hex | 6B | C7 | BD | 2E | 0 | 5 | 16 | AD | 2D | 3C |
| Octal | 153 | 307 | 275 | 56 | 0 | 5 | 26 | 255 | 55 | 74 |
| Binary | 1101011 | 11000111 | 10111101 | 101110 | 0 | 101 | 10110 | 10101101 | 101101 | 111100 |
Color Harmonies of #6BC7BD
Complementary color
Monochromatic Colors of #6BC7BD
Black with #6BC7BD
Text Example
Text Example
White with #6BC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC7BD; }
p { color: rgb(107,199,189); }
H1.HeaderClassName
{
color: #6BC7BD;
}
.AnyTagClassName
{
color: #6BC7BD;
}
</style>
background-color css
<style>
a { background-color: #6BC7BD; }
a { background-color: rgb(107,199,189); }
div.DivClassName
{
background-color: #6BC7BD;
}
.BgClassName
{
background-color: #6BC7BD;
}
</style>
border-color css
<style>
span { border-color: #6BC7BD; }
span { border-color: rgb(107,199,189); }
td.TdClassName
{
border-color: #6BC7BD;
}
.TagClassName
{
border-color: #6BC7BD;
}
</style>