Shades of Downy #6BCBB4
Tints of Downy #6BCBB4
RGB
CMYK
RGB Variations
Color information
#6BCBB4 (or 0x6BCBB4) is known color: Downy. HEX triplet: 6B, CB and B4. RGB value is (107,203,180). Sum of RGB (Red+Green+Blue) = 107+203+180=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBB4 is #94344B. Grayscale: #ABABAB. Windows color (decimal): -9712716 or 11848555. OLE color: 11848555.
HSL color Cylindrical-coordinate representation of color #6BCBB4: hue angle of 165.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBB4 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 180 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.20 |
| HSL | 165.63º | 0.48% | 0.61% | - |
| HSV(B) | 165.63º | 0.47% | 0.8% | - |
| XYZ | 35.66 | 49.13 | 50.78 | - |
| YUV | 171.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 180 | 0.47 | 0 | 0.11 | 0.20 | 165.63 | 0.48 | 0.61 |
| Hex | 6B | CB | B4 | 2F | 0 | B | 14 | A6 | 30 | 3D |
| Octal | 153 | 313 | 264 | 57 | 0 | 13 | 24 | 246 | 60 | 75 |
| Binary | 1101011 | 11001011 | 10110100 | 101111 | 0 | 1011 | 10100 | 10100110 | 110000 | 111101 |
Color Harmonies of #6BCBB4
Complementary color
Monochromatic Colors of #6BCBB4
Black with #6BCBB4
Text Example
Text Example
White with #6BCBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBB4; }
p { color: rgb(107,203,180); }
H1.HeaderClassName
{
color: #6BCBB4;
}
.AnyTagClassName
{
color: #6BCBB4;
}
</style>
background-color css
<style>
a { background-color: #6BCBB4; }
a { background-color: rgb(107,203,180); }
div.DivClassName
{
background-color: #6BCBB4;
}
.BgClassName
{
background-color: #6BCBB4;
}
</style>
border-color css
<style>
span { border-color: #6BCBB4; }
span { border-color: rgb(107,203,180); }
td.TdClassName
{
border-color: #6BCBB4;
}
.TagClassName
{
border-color: #6BCBB4;
}
</style>