Shades of Downy #6BCCCA
Tints of Downy #6BCCCA
RGB
CMYK
RGB Variations
Color information
#6BCCCA (or 0x6BCCCA) is known color: Downy. HEX triplet: 6B, CC and CA. RGB value is (107,204,202). Sum of RGB (Red+Green+Blue) = 107+204+202=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCCA is #943335. Grayscale: #AEAEAE. Windows color (decimal): -9712438 or 13290603. OLE color: 13290603.
HSL color Cylindrical-coordinate representation of color #6BCCCA: hue angle of 178.76º 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 #6BCCCA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 202 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.2 |
| HSL | 178.76º | 0.49% | 0.61% | - |
| HSV(B) | 178.76º | 0.48% | 0.8% | - |
| XYZ | 38.32 | 50.58 | 63.62 | - |
| YUV | 174.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 202 | 0.48 | 0 | 0.01 | 0.2 | 178.76 | 0.49 | 0.61 |
| Hex | 6B | CC | CA | 30 | 0 | 1 | 14 | B3 | 31 | 3D |
| Octal | 153 | 314 | 312 | 60 | 0 | 1 | 24 | 263 | 61 | 75 |
| Binary | 1101011 | 11001100 | 11001010 | 110000 | 0 | 1 | 10100 | 10110011 | 110001 | 111101 |
Color Harmonies of #6BCCCA
Complementary color
Monochromatic Colors of #6BCCCA
Black with #6BCCCA
Text Example
Text Example
White with #6BCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCCA; }
p { color: rgb(107,204,202); }
H1.HeaderClassName
{
color: #6BCCCA;
}
.AnyTagClassName
{
color: #6BCCCA;
}
</style>
background-color css
<style>
a { background-color: #6BCCCA; }
a { background-color: rgb(107,204,202); }
div.DivClassName
{
background-color: #6BCCCA;
}
.BgClassName
{
background-color: #6BCCCA;
}
</style>
border-color css
<style>
span { border-color: #6BCCCA; }
span { border-color: rgb(107,204,202); }
td.TdClassName
{
border-color: #6BCCCA;
}
.TagClassName
{
border-color: #6BCCCA;
}
</style>