Shades of Downy #67CACE
Tints of Downy #67CACE
RGB
CMYK
RGB Variations
Color information
#67CACE (or 0x67CACE) is known color: Downy. HEX triplet: 67, CA and CE. RGB value is (103,202,206). Sum of RGB (Red+Green+Blue) = 103+202+206=511 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.16% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #67CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CACE is #983531. Grayscale: #ACACAC. Windows color (decimal): -9975090 or 13552231. OLE color: 13552231.
HSL color Cylindrical-coordinate representation of color #67CACE: hue angle of 182.33º 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 #67CACE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 202 | 206 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.19 |
| HSL | 182.33º | 0.51% | 0.61% | - |
| HSV(B) | 182.33º | 0.5% | 0.81% | - |
| XYZ | 37.85 | 49.58 | 65.97 | - |
| YUV | 172.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 206 | 0.50 | 0.02 | 0 | 0.19 | 182.33 | 0.51 | 0.61 |
| Hex | 67 | CA | CE | 32 | 2 | 0 | 13 | B6 | 33 | 3D |
| Octal | 147 | 312 | 316 | 62 | 2 | 0 | 23 | 266 | 63 | 75 |
| Binary | 1100111 | 11001010 | 11001110 | 110010 | 10 | 0 | 10011 | 10110110 | 110011 | 111101 |
Color Harmonies of #67CACE
Complementary color
Monochromatic Colors of #67CACE
Black with #67CACE
Text Example
Text Example
White with #67CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CACE; }
p { color: rgb(103,202,206); }
H1.HeaderClassName
{
color: #67CACE;
}
.AnyTagClassName
{
color: #67CACE;
}
</style>
background-color css
<style>
a { background-color: #67CACE; }
a { background-color: rgb(103,202,206); }
div.DivClassName
{
background-color: #67CACE;
}
.BgClassName
{
background-color: #67CACE;
}
</style>
border-color css
<style>
span { border-color: #67CACE; }
span { border-color: rgb(103,202,206); }
td.TdClassName
{
border-color: #67CACE;
}
.TagClassName
{
border-color: #67CACE;
}
</style>