Shades of Downy #6BCCC9
Tints of Downy #6BCCC9
RGB
CMYK
RGB Variations
Color information
#6BCCC9 (or 0x6BCCC9) is known color: Downy. HEX triplet: 6B, CC and C9. RGB value is (107,204,201). Sum of RGB (Red+Green+Blue) = 107+204+201=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC9 is #943336. Grayscale: #AEAEAE. Windows color (decimal): -9712439 or 13225067. OLE color: 13225067.
HSL color Cylindrical-coordinate representation of color #6BCCC9: hue angle of 178.14º 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 #6BCCC9 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 201 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.2 |
| HSL | 178.14º | 0.49% | 0.61% | - |
| HSV(B) | 178.14º | 0.48% | 0.8% | - |
| XYZ | 38.2 | 50.53 | 63 | - |
| YUV | 174.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 201 | 0.48 | 0 | 0.01 | 0.2 | 178.14 | 0.49 | 0.61 |
| Hex | 6B | CC | C9 | 30 | 0 | 1 | 14 | B2 | 31 | 3D |
| Octal | 153 | 314 | 311 | 60 | 0 | 1 | 24 | 262 | 61 | 75 |
| Binary | 1101011 | 11001100 | 11001001 | 110000 | 0 | 1 | 10100 | 10110010 | 110001 | 111101 |
Color Harmonies of #6BCCC9
Complementary color
Monochromatic Colors of #6BCCC9
Black with #6BCCC9
Text Example
Text Example
White with #6BCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCC9; }
p { color: rgb(107,204,201); }
H1.HeaderClassName
{
color: #6BCCC9;
}
.AnyTagClassName
{
color: #6BCCC9;
}
</style>
background-color css
<style>
a { background-color: #6BCCC9; }
a { background-color: rgb(107,204,201); }
div.DivClassName
{
background-color: #6BCCC9;
}
.BgClassName
{
background-color: #6BCCC9;
}
</style>
border-color css
<style>
span { border-color: #6BCCC9; }
span { border-color: rgb(107,204,201); }
td.TdClassName
{
border-color: #6BCCC9;
}
.TagClassName
{
border-color: #6BCCC9;
}
</style>