Shades of Downy #6BCCBE
Tints of Downy #6BCCBE
RGB
CMYK
RGB Variations
Color information
#6BCCBE (or 0x6BCCBE) is known color: Downy. HEX triplet: 6B, CC and BE. RGB value is (107,204,190). Sum of RGB (Red+Green+Blue) = 107+204+190=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCBE is #943341. Grayscale: #ADADAD. Windows color (decimal): -9712450 or 12504171. OLE color: 12504171.
HSL color Cylindrical-coordinate representation of color #6BCCBE: hue angle of 171.34º 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 #6BCCBE is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 190 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.2 |
| HSL | 171.34º | 0.49% | 0.61% | - |
| HSV(B) | 171.34º | 0.48% | 0.8% | - |
| XYZ | 36.95 | 50.03 | 56.42 | - |
| YUV | 173.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 190 | 0.48 | 0 | 0.07 | 0.2 | 171.34 | 0.49 | 0.61 |
| Hex | 6B | CC | BE | 30 | 0 | 7 | 14 | AB | 31 | 3D |
| Octal | 153 | 314 | 276 | 60 | 0 | 7 | 24 | 253 | 61 | 75 |
| Binary | 1101011 | 11001100 | 10111110 | 110000 | 0 | 111 | 10100 | 10101011 | 110001 | 111101 |
Color Harmonies of #6BCCBE
Complementary color
Monochromatic Colors of #6BCCBE
Black with #6BCCBE
Text Example
Text Example
White with #6BCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCBE; }
p { color: rgb(107,204,190); }
H1.HeaderClassName
{
color: #6BCCBE;
}
.AnyTagClassName
{
color: #6BCCBE;
}
</style>
background-color css
<style>
a { background-color: #6BCCBE; }
a { background-color: rgb(107,204,190); }
div.DivClassName
{
background-color: #6BCCBE;
}
.BgClassName
{
background-color: #6BCCBE;
}
</style>
border-color css
<style>
span { border-color: #6BCCBE; }
span { border-color: rgb(107,204,190); }
td.TdClassName
{
border-color: #6BCCBE;
}
.TagClassName
{
border-color: #6BCCBE;
}
</style>