Shades of Downy #6CCECF
Tints of Downy #6CCECF
RGB
CMYK
RGB Variations
Color information
#6CCECF (or 0x6CCECF) is known color: Downy. HEX triplet: 6C, CE and CF. RGB value is (108,206,207). Sum of RGB (Red+Green+Blue) = 108+206+207=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCECF is #933130. Grayscale: #B0B0B0. Windows color (decimal): -9646385 or 13618796. OLE color: 13618796.
HSL color Cylindrical-coordinate representation of color #6CCECF: hue angle of 180.61º 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 #6CCECF is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 207 | - |
| CMYK | 0.48 | 0.00 | 0 | 0.19 |
| HSL | 180.61º | 0.51% | 0.62% | - |
| HSV(B) | 180.61º | 0.48% | 0.81% | - |
| XYZ | 39.52 | 51.84 | 66.95 | - |
| YUV | 176.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 207 | 0.48 | 0.00 | 0 | 0.19 | 180.61 | 0.51 | 0.62 |
| Hex | 6C | CE | CF | 30 | 0 | 0 | 13 | B5 | 33 | 3E |
| Octal | 154 | 316 | 317 | 60 | 0 | 0 | 23 | 265 | 63 | 76 |
| Binary | 1101100 | 11001110 | 11001111 | 110000 | 0 | 0 | 10011 | 10110101 | 110011 | 111110 |
Color Harmonies of #6CCECF
Complementary color
Monochromatic Colors of #6CCECF
Black with #6CCECF
Text Example
Text Example
White with #6CCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCECF; }
p { color: rgb(108,206,207); }
H1.HeaderClassName
{
color: #6CCECF;
}
.AnyTagClassName
{
color: #6CCECF;
}
</style>
background-color css
<style>
a { background-color: #6CCECF; }
a { background-color: rgb(108,206,207); }
div.DivClassName
{
background-color: #6CCECF;
}
.BgClassName
{
background-color: #6CCECF;
}
</style>
border-color css
<style>
span { border-color: #6CCECF; }
span { border-color: rgb(108,206,207); }
td.TdClassName
{
border-color: #6CCECF;
}
.TagClassName
{
border-color: #6CCECF;
}
</style>