Shades of Downy #6BE0CC
Tints of Downy #6BE0CC
RGB
CMYK
RGB Variations
Color information
#6BE0CC (or 0x6BE0CC) is known color: Downy. HEX triplet: 6B, E0 and CC. RGB value is (107,224,204). Sum of RGB (Red+Green+Blue) = 107+224+204=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE0CC is #941F33. Grayscale: #BABABA. Windows color (decimal): -9707316 or 13426795. OLE color: 13426795.
HSL color Cylindrical-coordinate representation of color #6BE0CC: hue angle of 169.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE0CC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 224 | 204 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.12 |
| HSL | 169.74º | 0.65% | 0.65% | - |
| HSV(B) | 169.74º | 0.52% | 0.88% | - |
| XYZ | 43.62 | 60.8 | 66.56 | - |
| YUV | 186.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 224 | 204 | 0.52 | 0 | 0.09 | 0.12 | 169.74 | 0.65 | 0.65 |
| Hex | 6B | E0 | CC | 34 | 0 | 9 | C | AA | 41 | 41 |
| Octal | 153 | 340 | 314 | 64 | 0 | 11 | 14 | 252 | 101 | 101 |
| Binary | 1101011 | 11100000 | 11001100 | 110100 | 0 | 1001 | 1100 | 10101010 | 1000001 | 1000001 |
Color Harmonies of #6BE0CC
Complementary color
Monochromatic Colors of #6BE0CC
Black with #6BE0CC
Text Example
Text Example
White with #6BE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE0CC; }
p { color: rgb(107,224,204); }
H1.HeaderClassName
{
color: #6BE0CC;
}
.AnyTagClassName
{
color: #6BE0CC;
}
</style>
background-color css
<style>
a { background-color: #6BE0CC; }
a { background-color: rgb(107,224,204); }
div.DivClassName
{
background-color: #6BE0CC;
}
.BgClassName
{
background-color: #6BE0CC;
}
</style>
border-color css
<style>
span { border-color: #6BE0CC; }
span { border-color: rgb(107,224,204); }
td.TdClassName
{
border-color: #6BE0CC;
}
.TagClassName
{
border-color: #6BE0CC;
}
</style>