Shades of Downy #6CC8BB
Tints of Downy #6CC8BB
RGB
CMYK
RGB Variations
Color information
#6CC8BB (or 0x6CC8BB) is known color: Downy. HEX triplet: 6C, C8 and BB. RGB value is (108,200,187). Sum of RGB (Red+Green+Blue) = 108+200+187=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8BB is #933744. Grayscale: #AAAAAA. Windows color (decimal): -9647941 or 12306540. OLE color: 12306540.
HSL color Cylindrical-coordinate representation of color #6CC8BB: hue angle of 171.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CC8BB is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 200 | 187 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.22 |
| HSL | 171.52º | 0.46% | 0.6% | - |
| HSV(B) | 171.52º | 0.46% | 0.78% | - |
| XYZ | 35.81 | 48.08 | 54.41 | - |
| YUV | 171.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 200 | 187 | 0.46 | 0 | 0.06 | 0.22 | 171.52 | 0.46 | 0.6 |
| Hex | 6C | C8 | BB | 2E | 0 | 6 | 16 | AC | 2E | 3C |
| Octal | 154 | 310 | 273 | 56 | 0 | 6 | 26 | 254 | 56 | 74 |
| Binary | 1101100 | 11001000 | 10111011 | 101110 | 0 | 110 | 10110 | 10101100 | 101110 | 111100 |
Color Harmonies of #6CC8BB
Complementary color
Monochromatic Colors of #6CC8BB
Black with #6CC8BB
Text Example
Text Example
White with #6CC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC8BB; }
p { color: rgb(108,200,187); }
H1.HeaderClassName
{
color: #6CC8BB;
}
.AnyTagClassName
{
color: #6CC8BB;
}
</style>
background-color css
<style>
a { background-color: #6CC8BB; }
a { background-color: rgb(108,200,187); }
div.DivClassName
{
background-color: #6CC8BB;
}
.BgClassName
{
background-color: #6CC8BB;
}
</style>
border-color css
<style>
span { border-color: #6CC8BB; }
span { border-color: rgb(108,200,187); }
td.TdClassName
{
border-color: #6CC8BB;
}
.TagClassName
{
border-color: #6CC8BB;
}
</style>