Shades of Downy #68CBCF
Tints of Downy #68CBCF
RGB
CMYK
RGB Variations
Color information
#68CBCF (or 0x68CBCF) is known color: Downy. HEX triplet: 68, CB and CF. RGB value is (104,203,207). Sum of RGB (Red+Green+Blue) = 104+203+207=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #68CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBCF is #973430. Grayscale: #ADADAD. Windows color (decimal): -9909297 or 13618024. OLE color: 13618024.
HSL color Cylindrical-coordinate representation of color #68CBCF: hue angle of 182.33º degrees, saturation: 0.52, 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 #68CBCF is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 203 | 207 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.19 |
| HSL | 182.33º | 0.52% | 0.61% | - |
| HSV(B) | 182.33º | 0.5% | 0.81% | - |
| XYZ | 38.33 | 50.16 | 66.69 | - |
| YUV | 173.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 207 | 0.50 | 0.02 | 0 | 0.19 | 182.33 | 0.52 | 0.61 |
| Hex | 68 | CB | CF | 32 | 2 | 0 | 13 | B6 | 34 | 3D |
| Octal | 150 | 313 | 317 | 62 | 2 | 0 | 23 | 266 | 64 | 75 |
| Binary | 1101000 | 11001011 | 11001111 | 110010 | 10 | 0 | 10011 | 10110110 | 110100 | 111101 |
Color Harmonies of #68CBCF
Complementary color
Monochromatic Colors of #68CBCF
Black with #68CBCF
Text Example
Text Example
White with #68CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBCF; }
p { color: rgb(104,203,207); }
H1.HeaderClassName
{
color: #68CBCF;
}
.AnyTagClassName
{
color: #68CBCF;
}
</style>
background-color css
<style>
a { background-color: #68CBCF; }
a { background-color: rgb(104,203,207); }
div.DivClassName
{
background-color: #68CBCF;
}
.BgClassName
{
background-color: #68CBCF;
}
</style>
border-color css
<style>
span { border-color: #68CBCF; }
span { border-color: rgb(104,203,207); }
td.TdClassName
{
border-color: #68CBCF;
}
.TagClassName
{
border-color: #68CBCF;
}
</style>