Shades of Downy #6BCCC0
Tints of Downy #6BCCC0
RGB
CMYK
RGB Variations
Color information
#6BCCC0 (or 0x6BCCC0) is known color: Downy. HEX triplet: 6B, CC and C0. RGB value is (107,204,192). Sum of RGB (Red+Green+Blue) = 107+204+192=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC0 is #94333F. Grayscale: #ADADAD. Windows color (decimal): -9712448 or 12635243. OLE color: 12635243.
HSL color Cylindrical-coordinate representation of color #6BCCC0: hue angle of 172.58º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCC0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 192 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.2 |
| HSL | 172.58º | 0.49% | 0.61% | - |
| HSV(B) | 172.58º | 0.48% | 0.8% | - |
| XYZ | 37.17 | 50.12 | 57.58 | - |
| YUV | 173.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 192 | 0.48 | 0 | 0.06 | 0.2 | 172.58 | 0.49 | 0.61 |
| Hex | 6B | CC | C0 | 30 | 0 | 6 | 14 | AD | 31 | 3D |
| Octal | 153 | 314 | 300 | 60 | 0 | 6 | 24 | 255 | 61 | 75 |
| Binary | 1101011 | 11001100 | 11000000 | 110000 | 0 | 110 | 10100 | 10101101 | 110001 | 111101 |
Color Harmonies of #6BCCC0
Complementary color
Monochromatic Colors of #6BCCC0
Black with #6BCCC0
Text Example
Text Example
White with #6BCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCC0; }
p { color: rgb(107,204,192); }
H1.HeaderClassName
{
color: #6BCCC0;
}
.AnyTagClassName
{
color: #6BCCC0;
}
</style>
background-color css
<style>
a { background-color: #6BCCC0; }
a { background-color: rgb(107,204,192); }
div.DivClassName
{
background-color: #6BCCC0;
}
.BgClassName
{
background-color: #6BCCC0;
}
</style>
border-color css
<style>
span { border-color: #6BCCC0; }
span { border-color: rgb(107,204,192); }
td.TdClassName
{
border-color: #6BCCC0;
}
.TagClassName
{
border-color: #6BCCC0;
}
</style>