Shades of Downy #67CEC6
Tints of Downy #67CEC6
RGB
CMYK
RGB Variations
Color information
#67CEC6 (or 0x67CEC6) is known color: Downy. HEX triplet: 67, CE and C6. RGB value is (103,206,198). Sum of RGB (Red+Green+Blue) = 103+206+198=507 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.32% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEC6 is #983139. Grayscale: #AEAEAE. Windows color (decimal): -9974074 or 13028967. OLE color: 13028967.
HSL color Cylindrical-coordinate representation of color #67CEC6: hue angle of 175.34º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CEC6 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 198 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.19 |
| HSL | 175.34º | 0.51% | 0.61% | - |
| HSV(B) | 175.34º | 0.5% | 0.81% | - |
| XYZ | 37.86 | 51.1 | 61.29 | - |
| YUV | 174.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 198 | 0.50 | 0 | 0.04 | 0.19 | 175.34 | 0.51 | 0.61 |
| Hex | 67 | CE | C6 | 32 | 0 | 4 | 13 | AF | 33 | 3D |
| Octal | 147 | 316 | 306 | 62 | 0 | 4 | 23 | 257 | 63 | 75 |
| Binary | 1100111 | 11001110 | 11000110 | 110010 | 0 | 100 | 10011 | 10101111 | 110011 | 111101 |
Color Harmonies of #67CEC6
Complementary color
Monochromatic Colors of #67CEC6
Black with #67CEC6
Text Example
Text Example
White with #67CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEC6; }
p { color: rgb(103,206,198); }
H1.HeaderClassName
{
color: #67CEC6;
}
.AnyTagClassName
{
color: #67CEC6;
}
</style>
background-color css
<style>
a { background-color: #67CEC6; }
a { background-color: rgb(103,206,198); }
div.DivClassName
{
background-color: #67CEC6;
}
.BgClassName
{
background-color: #67CEC6;
}
</style>
border-color css
<style>
span { border-color: #67CEC6; }
span { border-color: rgb(103,206,198); }
td.TdClassName
{
border-color: #67CEC6;
}
.TagClassName
{
border-color: #67CEC6;
}
</style>