Shades of Downy #6BCFCA
Tints of Downy #6BCFCA
RGB
CMYK
RGB Variations
Color information
#6BCFCA (or 0x6BCFCA) is known color: Downy. HEX triplet: 6B, CF and CA. RGB value is (107,207,202). Sum of RGB (Red+Green+Blue) = 107+207+202=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFCA is #943035. Grayscale: #B0B0B0. Windows color (decimal): -9711670 or 13291371. OLE color: 13291371.
HSL color Cylindrical-coordinate representation of color #6BCFCA: hue angle of 177º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFCA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 202 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.19 |
| HSL | 177º | 0.51% | 0.62% | - |
| HSV(B) | 177º | 0.48% | 0.81% | - |
| XYZ | 39.04 | 52.02 | 63.86 | - |
| YUV | 176.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 202 | 0.48 | 0 | 0.02 | 0.19 | 177 | 0.51 | 0.62 |
| Hex | 6B | CF | CA | 30 | 0 | 2 | 13 | B1 | 33 | 3E |
| Octal | 153 | 317 | 312 | 60 | 0 | 2 | 23 | 261 | 63 | 76 |
| Binary | 1101011 | 11001111 | 11001010 | 110000 | 0 | 10 | 10011 | 10110001 | 110011 | 111110 |
Color Harmonies of #6BCFCA
Complementary color
Monochromatic Colors of #6BCFCA
Black with #6BCFCA
Text Example
Text Example
White with #6BCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFCA; }
p { color: rgb(107,207,202); }
H1.HeaderClassName
{
color: #6BCFCA;
}
.AnyTagClassName
{
color: #6BCFCA;
}
</style>
background-color css
<style>
a { background-color: #6BCFCA; }
a { background-color: rgb(107,207,202); }
div.DivClassName
{
background-color: #6BCFCA;
}
.BgClassName
{
background-color: #6BCFCA;
}
</style>
border-color css
<style>
span { border-color: #6BCFCA; }
span { border-color: rgb(107,207,202); }
td.TdClassName
{
border-color: #6BCFCA;
}
.TagClassName
{
border-color: #6BCFCA;
}
</style>