Shades of Downy #6ACFCB
Tints of Downy #6ACFCB
RGB
CMYK
RGB Variations
Color information
#6ACFCB (or 0x6ACFCB) is known color: Downy. HEX triplet: 6A, CF and CB. RGB value is (106,207,203). Sum of RGB (Red+Green+Blue) = 106+207+203=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFCB is #953034. Grayscale: #B0B0B0. Windows color (decimal): -9777205 or 13356906. OLE color: 13356906.
HSL color Cylindrical-coordinate representation of color #6ACFCB: hue angle of 177.62º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACFCB is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 203 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.19 |
| HSL | 177.62º | 0.51% | 0.61% | - |
| HSV(B) | 177.62º | 0.49% | 0.81% | - |
| XYZ | 39.04 | 52 | 64.48 | - |
| YUV | 176.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 203 | 0.49 | 0 | 0.02 | 0.19 | 177.62 | 0.51 | 0.61 |
| Hex | 6A | CF | CB | 31 | 0 | 2 | 13 | B2 | 33 | 3D |
| Octal | 152 | 317 | 313 | 61 | 0 | 2 | 23 | 262 | 63 | 75 |
| Binary | 1101010 | 11001111 | 11001011 | 110001 | 0 | 10 | 10011 | 10110010 | 110011 | 111101 |
Color Harmonies of #6ACFCB
Complementary color
Monochromatic Colors of #6ACFCB
Black with #6ACFCB
Text Example
Text Example
White with #6ACFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACFCB; }
p { color: rgb(106,207,203); }
H1.HeaderClassName
{
color: #6ACFCB;
}
.AnyTagClassName
{
color: #6ACFCB;
}
</style>
background-color css
<style>
a { background-color: #6ACFCB; }
a { background-color: rgb(106,207,203); }
div.DivClassName
{
background-color: #6ACFCB;
}
.BgClassName
{
background-color: #6ACFCB;
}
</style>
border-color css
<style>
span { border-color: #6ACFCB; }
span { border-color: rgb(106,207,203); }
td.TdClassName
{
border-color: #6ACFCB;
}
.TagClassName
{
border-color: #6ACFCB;
}
</style>