Shades of Downy #6CCFCB
Tints of Downy #6CCFCB
RGB
CMYK
RGB Variations
Color information
#6CCFCB (or 0x6CCFCB) is known color: Downy. HEX triplet: 6C, CF and CB. RGB value is (108,207,203). Sum of RGB (Red+Green+Blue) = 108+207+203=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFCB is #933034. Grayscale: #B0B0B0. Windows color (decimal): -9646133 or 13356908. OLE color: 13356908.
HSL color Cylindrical-coordinate representation of color #6CCFCB: hue angle of 177.58º 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 #6CCFCB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 203 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.19 |
| HSL | 177.58º | 0.51% | 0.62% | - |
| HSV(B) | 177.58º | 0.48% | 0.81% | - |
| XYZ | 39.28 | 52.13 | 64.49 | - |
| YUV | 176.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 203 | 0.48 | 0 | 0.02 | 0.19 | 177.58 | 0.51 | 0.62 |
| Hex | 6C | CF | CB | 30 | 0 | 2 | 13 | B2 | 33 | 3E |
| Octal | 154 | 317 | 313 | 60 | 0 | 2 | 23 | 262 | 63 | 76 |
| Binary | 1101100 | 11001111 | 11001011 | 110000 | 0 | 10 | 10011 | 10110010 | 110011 | 111110 |
Color Harmonies of #6CCFCB
Complementary color
Monochromatic Colors of #6CCFCB
Black with #6CCFCB
Text Example
Text Example
White with #6CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFCB; }
p { color: rgb(108,207,203); }
H1.HeaderClassName
{
color: #6CCFCB;
}
.AnyTagClassName
{
color: #6CCFCB;
}
</style>
background-color css
<style>
a { background-color: #6CCFCB; }
a { background-color: rgb(108,207,203); }
div.DivClassName
{
background-color: #6CCFCB;
}
.BgClassName
{
background-color: #6CCFCB;
}
</style>
border-color css
<style>
span { border-color: #6CCFCB; }
span { border-color: rgb(108,207,203); }
td.TdClassName
{
border-color: #6CCFCB;
}
.TagClassName
{
border-color: #6CCFCB;
}
</style>