Shades of Downy #6ACECF
Tints of Downy #6ACECF
RGB
CMYK
RGB Variations
Color information
#6ACECF (or 0x6ACECF) is known color: Downy. HEX triplet: 6A, CE and CF. RGB value is (106,206,207). Sum of RGB (Red+Green+Blue) = 106+206+207=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ACECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACECF is #953130. Grayscale: #B0B0B0. Windows color (decimal): -9777457 or 13618794. OLE color: 13618794.
HSL color Cylindrical-coordinate representation of color #6ACECF: hue angle of 180.59º 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 #6ACECF is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 206 | 207 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.19 |
| HSL | 180.59º | 0.51% | 0.61% | - |
| HSV(B) | 180.59º | 0.49% | 0.81% | - |
| XYZ | 39.28 | 51.71 | 66.94 | - |
| YUV | 176.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 207 | 0.49 | 0.00 | 0 | 0.19 | 180.59 | 0.51 | 0.61 |
| Hex | 6A | CE | CF | 31 | 0 | 0 | 13 | B5 | 33 | 3D |
| Octal | 152 | 316 | 317 | 61 | 0 | 0 | 23 | 265 | 63 | 75 |
| Binary | 1101010 | 11001110 | 11001111 | 110001 | 0 | 0 | 10011 | 10110101 | 110011 | 111101 |
Color Harmonies of #6ACECF
Complementary color
Monochromatic Colors of #6ACECF
Black with #6ACECF
Text Example
Text Example
White with #6ACECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACECF; }
p { color: rgb(106,206,207); }
H1.HeaderClassName
{
color: #6ACECF;
}
.AnyTagClassName
{
color: #6ACECF;
}
</style>
background-color css
<style>
a { background-color: #6ACECF; }
a { background-color: rgb(106,206,207); }
div.DivClassName
{
background-color: #6ACECF;
}
.BgClassName
{
background-color: #6ACECF;
}
</style>
border-color css
<style>
span { border-color: #6ACECF; }
span { border-color: rgb(106,206,207); }
td.TdClassName
{
border-color: #6ACECF;
}
.TagClassName
{
border-color: #6ACECF;
}
</style>