Shades of Downy #6BEACC
Tints of Downy #6BEACC
RGB
CMYK
RGB Variations
Color information
#6BEACC (or 0x6BEACC) is known color: Downy. HEX triplet: 6B, EA and CC. RGB value is (107,234,204). Sum of RGB (Red+Green+Blue) = 107+234+204=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEACC is #941533. Grayscale: #C0C0C0. Windows color (decimal): -9704756 or 13429355. OLE color: 13429355.
HSL color Cylindrical-coordinate representation of color #6BEACC: hue angle of 165.83º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEACC is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 204 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.08 |
| HSL | 165.83º | 0.75% | 0.67% | - |
| HSV(B) | 165.83º | 0.54% | 0.92% | - |
| XYZ | 46.39 | 66.33 | 67.49 | - |
| YUV | 192.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 204 | 0.54 | 0 | 0.13 | 0.08 | 165.83 | 0.75 | 0.67 |
| Hex | 6B | EA | CC | 36 | 0 | D | 8 | A6 | 4B | 43 |
| Octal | 153 | 352 | 314 | 66 | 0 | 15 | 10 | 246 | 113 | 103 |
| Binary | 1101011 | 11101010 | 11001100 | 110110 | 0 | 1101 | 1000 | 10100110 | 1001011 | 1000011 |
Color Harmonies of #6BEACC
Complementary color
Monochromatic Colors of #6BEACC
Black with #6BEACC
Text Example
Text Example
White with #6BEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEACC; }
p { color: rgb(107,234,204); }
H1.HeaderClassName
{
color: #6BEACC;
}
.AnyTagClassName
{
color: #6BEACC;
}
</style>
background-color css
<style>
a { background-color: #6BEACC; }
a { background-color: rgb(107,234,204); }
div.DivClassName
{
background-color: #6BEACC;
}
.BgClassName
{
background-color: #6BEACC;
}
</style>
border-color css
<style>
span { border-color: #6BEACC; }
span { border-color: rgb(107,234,204); }
td.TdClassName
{
border-color: #6BEACC;
}
.TagClassName
{
border-color: #6BEACC;
}
</style>