Shades of Downy #6BCEC1
Tints of Downy #6BCEC1
RGB
CMYK
RGB Variations
Color information
#6BCEC1 (or 0x6BCEC1) is known color: Downy. HEX triplet: 6B, CE and C1. RGB value is (107,206,193). Sum of RGB (Red+Green+Blue) = 107+206+193=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEC1 is #94313E. Grayscale: #AEAEAE. Windows color (decimal): -9711935 or 12701291. OLE color: 12701291.
HSL color Cylindrical-coordinate representation of color #6BCEC1: hue angle of 172.12º 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 #6BCEC1 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 206 | 193 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.19 |
| HSL | 172.12º | 0.5% | 0.61% | - |
| HSV(B) | 172.12º | 0.48% | 0.81% | - |
| XYZ | 37.76 | 51.12 | 58.33 | - |
| YUV | 174.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 193 | 0.48 | 0 | 0.06 | 0.19 | 172.12 | 0.5 | 0.61 |
| Hex | 6B | CE | C1 | 30 | 0 | 6 | 13 | AC | 32 | 3D |
| Octal | 153 | 316 | 301 | 60 | 0 | 6 | 23 | 254 | 62 | 75 |
| Binary | 1101011 | 11001110 | 11000001 | 110000 | 0 | 110 | 10011 | 10101100 | 110010 | 111101 |
Color Harmonies of #6BCEC1
Complementary color
Monochromatic Colors of #6BCEC1
Black with #6BCEC1
Text Example
Text Example
White with #6BCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEC1; }
p { color: rgb(107,206,193); }
H1.HeaderClassName
{
color: #6BCEC1;
}
.AnyTagClassName
{
color: #6BCEC1;
}
</style>
background-color css
<style>
a { background-color: #6BCEC1; }
a { background-color: rgb(107,206,193); }
div.DivClassName
{
background-color: #6BCEC1;
}
.BgClassName
{
background-color: #6BCEC1;
}
</style>
border-color css
<style>
span { border-color: #6BCEC1; }
span { border-color: rgb(107,206,193); }
td.TdClassName
{
border-color: #6BCEC1;
}
.TagClassName
{
border-color: #6BCEC1;
}
</style>