Shades of Downy #6FCCB4
Tints of Downy #6FCCB4
RGB
CMYK
RGB Variations
Color information
#6FCCB4 (or 0x6FCCB4) is known color: Downy. HEX triplet: 6F, CC and B4. RGB value is (111,204,180). Sum of RGB (Red+Green+Blue) = 111+204+180=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCB4 is #90334B. Grayscale: #ADADAD. Windows color (decimal): -9450316 or 11848815. OLE color: 11848815.
HSL color Cylindrical-coordinate representation of color #6FCCB4: hue angle of 164.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCB4 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 180 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.2 |
| HSL | 164.52º | 0.48% | 0.62% | - |
| HSV(B) | 164.52º | 0.46% | 0.8% | - |
| XYZ | 36.39 | 49.86 | 50.89 | - |
| YUV | 173.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 180 | 0.46 | 0 | 0.12 | 0.2 | 164.52 | 0.48 | 0.62 |
| Hex | 6F | CC | B4 | 2E | 0 | C | 14 | A5 | 30 | 3E |
| Octal | 157 | 314 | 264 | 56 | 0 | 14 | 24 | 245 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10110100 | 101110 | 0 | 1100 | 10100 | 10100101 | 110000 | 111110 |
Color Harmonies of #6FCCB4
Complementary color
Monochromatic Colors of #6FCCB4
Black with #6FCCB4
Text Example
Text Example
White with #6FCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCB4; }
p { color: rgb(111,204,180); }
H1.HeaderClassName
{
color: #6FCCB4;
}
.AnyTagClassName
{
color: #6FCCB4;
}
</style>
background-color css
<style>
a { background-color: #6FCCB4; }
a { background-color: rgb(111,204,180); }
div.DivClassName
{
background-color: #6FCCB4;
}
.BgClassName
{
background-color: #6FCCB4;
}
</style>
border-color css
<style>
span { border-color: #6FCCB4; }
span { border-color: rgb(111,204,180); }
td.TdClassName
{
border-color: #6FCCB4;
}
.TagClassName
{
border-color: #6FCCB4;
}
</style>