Shades of Downy #6BCFD0
Tints of Downy #6BCFD0
RGB
CMYK
RGB Variations
Color information
#6BCFD0 (or 0x6BCFD0) is known color: Downy. HEX triplet: 6B, CF and D0. RGB value is (107,207,208). Sum of RGB (Red+Green+Blue) = 107+207+208=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #6BCFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFD0 is #94302F. Grayscale: #B1B1B1. Windows color (decimal): -9711664 or 13684587. OLE color: 13684587.
HSL color Cylindrical-coordinate representation of color #6BCFD0: hue angle of 180.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCFD0 is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 207 | 208 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.18 |
| HSL | 180.59º | 0.52% | 0.62% | - |
| HSV(B) | 180.59º | 0.49% | 0.82% | - |
| XYZ | 39.76 | 52.31 | 67.67 | - |
| YUV | 177.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 208 | 0.49 | 0.00 | 0 | 0.18 | 180.59 | 0.52 | 0.62 |
| Hex | 6B | CF | D0 | 31 | 0 | 0 | 12 | B5 | 34 | 3E |
| Octal | 153 | 317 | 320 | 61 | 0 | 0 | 22 | 265 | 64 | 76 |
| Binary | 1101011 | 11001111 | 11010000 | 110001 | 0 | 0 | 10010 | 10110101 | 110100 | 111110 |
Color Harmonies of #6BCFD0
Complementary color
Monochromatic Colors of #6BCFD0
Black with #6BCFD0
Text Example
Text Example
White with #6BCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFD0; }
p { color: rgb(107,207,208); }
H1.HeaderClassName
{
color: #6BCFD0;
}
.AnyTagClassName
{
color: #6BCFD0;
}
</style>
background-color css
<style>
a { background-color: #6BCFD0; }
a { background-color: rgb(107,207,208); }
div.DivClassName
{
background-color: #6BCFD0;
}
.BgClassName
{
background-color: #6BCFD0;
}
</style>
border-color css
<style>
span { border-color: #6BCFD0; }
span { border-color: rgb(107,207,208); }
td.TdClassName
{
border-color: #6BCFD0;
}
.TagClassName
{
border-color: #6BCFD0;
}
</style>