Shades of Downy #6BCCC3
Tints of Downy #6BCCC3
RGB
CMYK
RGB Variations
Color information
#6BCCC3 (or 0x6BCCC3) is known color: Downy. HEX triplet: 6B, CC and C3. RGB value is (107,204,195). Sum of RGB (Red+Green+Blue) = 107+204+195=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC3 is #94333C. Grayscale: #ADADAD. Windows color (decimal): -9712445 or 12831851. OLE color: 12831851.
HSL color Cylindrical-coordinate representation of color #6BCCC3: hue angle of 174.43º 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 #6BCCC3 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 195 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.2 |
| HSL | 174.43º | 0.49% | 0.61% | - |
| HSV(B) | 174.43º | 0.48% | 0.8% | - |
| XYZ | 37.51 | 50.25 | 59.35 | - |
| YUV | 173.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 195 | 0.48 | 0 | 0.04 | 0.2 | 174.43 | 0.49 | 0.61 |
| Hex | 6B | CC | C3 | 30 | 0 | 4 | 14 | AE | 31 | 3D |
| Octal | 153 | 314 | 303 | 60 | 0 | 4 | 24 | 256 | 61 | 75 |
| Binary | 1101011 | 11001100 | 11000011 | 110000 | 0 | 100 | 10100 | 10101110 | 110001 | 111101 |
Color Harmonies of #6BCCC3
Complementary color
Monochromatic Colors of #6BCCC3
Black with #6BCCC3
Text Example
Text Example
White with #6BCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCC3; }
p { color: rgb(107,204,195); }
H1.HeaderClassName
{
color: #6BCCC3;
}
.AnyTagClassName
{
color: #6BCCC3;
}
</style>
background-color css
<style>
a { background-color: #6BCCC3; }
a { background-color: rgb(107,204,195); }
div.DivClassName
{
background-color: #6BCCC3;
}
.BgClassName
{
background-color: #6BCCC3;
}
</style>
border-color css
<style>
span { border-color: #6BCCC3; }
span { border-color: rgb(107,204,195); }
td.TdClassName
{
border-color: #6BCCC3;
}
.TagClassName
{
border-color: #6BCCC3;
}
</style>