Shades of Downy #6BCEC8
Tints of Downy #6BCEC8
RGB
CMYK
RGB Variations
Color information
#6BCEC8 (or 0x6BCEC8) is known color: Downy. HEX triplet: 6B, CE and C8. RGB value is (107,206,200). Sum of RGB (Red+Green+Blue) = 107+206+200=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEC8 is #943137. Grayscale: #AFAFAF. Windows color (decimal): -9711928 or 13160043. OLE color: 13160043.
HSL color Cylindrical-coordinate representation of color #6BCEC8: hue angle of 176.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCEC8 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 206 | 200 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.19 |
| HSL | 176.36º | 0.5% | 0.61% | - |
| HSV(B) | 176.36º | 0.48% | 0.81% | - |
| XYZ | 38.56 | 51.44 | 62.54 | - |
| YUV | 175.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 200 | 0.48 | 0 | 0.03 | 0.19 | 176.36 | 0.5 | 0.61 |
| Hex | 6B | CE | C8 | 30 | 0 | 3 | 13 | B0 | 32 | 3D |
| Octal | 153 | 316 | 310 | 60 | 0 | 3 | 23 | 260 | 62 | 75 |
| Binary | 1101011 | 11001110 | 11001000 | 110000 | 0 | 11 | 10011 | 10110000 | 110010 | 111101 |
Color Harmonies of #6BCEC8
Complementary color
Monochromatic Colors of #6BCEC8
Black with #6BCEC8
Text Example
Text Example
White with #6BCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEC8; }
p { color: rgb(107,206,200); }
H1.HeaderClassName
{
color: #6BCEC8;
}
.AnyTagClassName
{
color: #6BCEC8;
}
</style>
background-color css
<style>
a { background-color: #6BCEC8; }
a { background-color: rgb(107,206,200); }
div.DivClassName
{
background-color: #6BCEC8;
}
.BgClassName
{
background-color: #6BCEC8;
}
</style>
border-color css
<style>
span { border-color: #6BCEC8; }
span { border-color: rgb(107,206,200); }
td.TdClassName
{
border-color: #6BCEC8;
}
.TagClassName
{
border-color: #6BCEC8;
}
</style>