Shades of Downy #6BEACD
Tints of Downy #6BEACD
RGB
CMYK
RGB Variations
Color information
#6BEACD (or 0x6BEACD) is known color: Downy. HEX triplet: 6B, EA and CD. RGB value is (107,234,205). Sum of RGB (Red+Green+Blue) = 107+234+205=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEACD is #941532. Grayscale: #C0C0C0. Windows color (decimal): -9704755 or 13494891. OLE color: 13494891.
HSL color Cylindrical-coordinate representation of color #6BEACD: hue angle of 166.3º 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 #6BEACD is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 205 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.08 |
| HSL | 166.3º | 0.75% | 0.67% | - |
| HSV(B) | 166.3º | 0.54% | 0.92% | - |
| XYZ | 46.51 | 66.38 | 68.12 | - |
| YUV | 192.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 205 | 0.54 | 0 | 0.12 | 0.08 | 166.3 | 0.75 | 0.67 |
| Hex | 6B | EA | CD | 36 | 0 | C | 8 | A6 | 4B | 43 |
| Octal | 153 | 352 | 315 | 66 | 0 | 14 | 10 | 246 | 113 | 103 |
| Binary | 1101011 | 11101010 | 11001101 | 110110 | 0 | 1100 | 1000 | 10100110 | 1001011 | 1000011 |
Color Harmonies of #6BEACD
Complementary color
Monochromatic Colors of #6BEACD
Black with #6BEACD
Text Example
Text Example
White with #6BEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEACD; }
p { color: rgb(107,234,205); }
H1.HeaderClassName
{
color: #6BEACD;
}
.AnyTagClassName
{
color: #6BEACD;
}
</style>
background-color css
<style>
a { background-color: #6BEACD; }
a { background-color: rgb(107,234,205); }
div.DivClassName
{
background-color: #6BEACD;
}
.BgClassName
{
background-color: #6BEACD;
}
</style>
border-color css
<style>
span { border-color: #6BEACD; }
span { border-color: rgb(107,234,205); }
td.TdClassName
{
border-color: #6BEACD;
}
.TagClassName
{
border-color: #6BEACD;
}
</style>