Shades of Downy #6BCCCB
Tints of Downy #6BCCCB
RGB
CMYK
RGB Variations
Color information
#6BCCCB (or 0x6BCCCB) is known color: Downy. HEX triplet: 6B, CC and CB. RGB value is (107,204,203). Sum of RGB (Red+Green+Blue) = 107+204+203=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCCB is #943334. Grayscale: #AEAEAE. Windows color (decimal): -9712437 or 13356139. OLE color: 13356139.
HSL color Cylindrical-coordinate representation of color #6BCCCB: hue angle of 179.38º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCCB is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 203 | - |
| CMYK | 0.48 | 0 | 0.00 | 0.2 |
| HSL | 179.38º | 0.49% | 0.61% | - |
| HSV(B) | 179.38º | 0.48% | 0.8% | - |
| XYZ | 38.44 | 50.62 | 64.25 | - |
| YUV | 174.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 203 | 0.48 | 0 | 0.00 | 0.2 | 179.38 | 0.49 | 0.61 |
| Hex | 6B | CC | CB | 30 | 0 | 0 | 14 | B3 | 31 | 3D |
| Octal | 153 | 314 | 313 | 60 | 0 | 0 | 24 | 263 | 61 | 75 |
| Binary | 1101011 | 11001100 | 11001011 | 110000 | 0 | 0 | 10100 | 10110011 | 110001 | 111101 |
Color Harmonies of #6BCCCB
Complementary color
Monochromatic Colors of #6BCCCB
Black with #6BCCCB
Text Example
Text Example
White with #6BCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCCB; }
p { color: rgb(107,204,203); }
H1.HeaderClassName
{
color: #6BCCCB;
}
.AnyTagClassName
{
color: #6BCCCB;
}
</style>
background-color css
<style>
a { background-color: #6BCCCB; }
a { background-color: rgb(107,204,203); }
div.DivClassName
{
background-color: #6BCCCB;
}
.BgClassName
{
background-color: #6BCCCB;
}
</style>
border-color css
<style>
span { border-color: #6BCCCB; }
span { border-color: rgb(107,204,203); }
td.TdClassName
{
border-color: #6BCCCB;
}
.TagClassName
{
border-color: #6BCCCB;
}
</style>