Shades of Downy #6DCECE
Tints of Downy #6DCECE
RGB
CMYK
RGB Variations
Color information
#6DCECE (or 0x6DCECE) is known color: Downy. HEX triplet: 6D, CE and CE. RGB value is (109,206,206). Sum of RGB (Red+Green+Blue) = 109+206+206=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #6DCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCECE is #923131. Grayscale: #B0B0B0. Windows color (decimal): -9580850 or 13553261. OLE color: 13553261.
HSL color Cylindrical-coordinate representation of color #6DCECE: hue angle of 180º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCECE is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 109 | 206 | 206 | - |
CMYK | 0.47 | 0 | 0 | 0.19 |
HSL | 180º | 0.5% | 0.62% | - |
HSV(B) | 180º | 0.47% | 0.81% | - |
XYZ | 39.52 | 51.85 | 66.32 | - |
YUV | 177 | 144.36 | 79.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 206 | 206 | 0.47 | 0 | 0 | 0.19 | 180 | 0.5 | 0.62 |
Hex | 6D | CE | CE | 2F | 0 | 0 | 13 | B4 | 32 | 3E |
Octal | 155 | 316 | 316 | 57 | 0 | 0 | 23 | 264 | 62 | 76 |
Binary | 1101101 | 11001110 | 11001110 | 101111 | 0 | 0 | 10011 | 10110100 | 110010 | 111110 |
Color Harmonies of #6DCECE
Complementary color
Monochromatic Colors of #6DCECE
Black with #6DCECE
Text Example
Text Example
White with #6DCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCECE; }
p { color: rgb(109,206,206); }
H1.HeaderClassName
{
color: #6DCECE;
}
.AnyTagClassName
{
color: #6DCECE;
}
</style>
background-color css
<style>
a { background-color: #6DCECE; }
a { background-color: rgb(109,206,206); }
div.DivClassName
{
background-color: #6DCECE;
}
.BgClassName
{
background-color: #6DCECE;
}
</style>
border-color css
<style>
span { border-color: #6DCECE; }
span { border-color: rgb(109,206,206); }
td.TdClassName
{
border-color: #6DCECE;
}
.TagClassName
{
border-color: #6DCECE;
}
</style>