Shades of Downy #6CCFC1
Tints of Downy #6CCFC1
RGB
CMYK
RGB Variations
Color information
#6CCFC1 (or 0x6CCFC1) is known color: Downy. HEX triplet: 6C, CF and C1. RGB value is (108,207,193). Sum of RGB (Red+Green+Blue) = 108+207+193=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFC1 is #93303E. Grayscale: #AFAFAF. Windows color (decimal): -9646143 or 12701548. OLE color: 12701548.
HSL color Cylindrical-coordinate representation of color #6CCFC1: hue angle of 171.52º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFC1 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 193 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.19 |
| HSL | 171.52º | 0.51% | 0.62% | - |
| HSV(B) | 171.52º | 0.48% | 0.81% | - |
| XYZ | 38.12 | 51.66 | 58.41 | - |
| YUV | 175.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 193 | 0.48 | 0 | 0.07 | 0.19 | 171.52 | 0.51 | 0.62 |
| Hex | 6C | CF | C1 | 30 | 0 | 7 | 13 | AC | 33 | 3E |
| Octal | 154 | 317 | 301 | 60 | 0 | 7 | 23 | 254 | 63 | 76 |
| Binary | 1101100 | 11001111 | 11000001 | 110000 | 0 | 111 | 10011 | 10101100 | 110011 | 111110 |
Color Harmonies of #6CCFC1
Complementary color
Monochromatic Colors of #6CCFC1
Black with #6CCFC1
Text Example
Text Example
White with #6CCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFC1; }
p { color: rgb(108,207,193); }
H1.HeaderClassName
{
color: #6CCFC1;
}
.AnyTagClassName
{
color: #6CCFC1;
}
</style>
background-color css
<style>
a { background-color: #6CCFC1; }
a { background-color: rgb(108,207,193); }
div.DivClassName
{
background-color: #6CCFC1;
}
.BgClassName
{
background-color: #6CCFC1;
}
</style>
border-color css
<style>
span { border-color: #6CCFC1; }
span { border-color: rgb(108,207,193); }
td.TdClassName
{
border-color: #6CCFC1;
}
.TagClassName
{
border-color: #6CCFC1;
}
</style>