Shades of Downy #6BCFCF
Tints of Downy #6BCFCF
RGB
CMYK
RGB Variations
Color information
#6BCFCF (or 0x6BCFCF) is known color: Downy. HEX triplet: 6B, CF and CF. RGB value is (107,207,207). Sum of RGB (Red+Green+Blue) = 107+207+207=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #6BCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFCF is #943030. Grayscale: #B1B1B1. Windows color (decimal): -9711665 or 13619051. OLE color: 13619051.
HSL color Cylindrical-coordinate representation of color #6BCFCF: hue angle of 180º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFCF is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 207 | - |
| CMYK | 0.48 | 0 | 0 | 0.19 |
| HSL | 180º | 0.51% | 0.62% | - |
| HSV(B) | 180º | 0.48% | 0.81% | - |
| XYZ | 39.64 | 52.26 | 67.03 | - |
| YUV | 177.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 207 | 0.48 | 0 | 0 | 0.19 | 180 | 0.51 | 0.62 |
| Hex | 6B | CF | CF | 30 | 0 | 0 | 13 | B4 | 33 | 3E |
| Octal | 153 | 317 | 317 | 60 | 0 | 0 | 23 | 264 | 63 | 76 |
| Binary | 1101011 | 11001111 | 11001111 | 110000 | 0 | 0 | 10011 | 10110100 | 110011 | 111110 |
Color Harmonies of #6BCFCF
Complementary color
Monochromatic Colors of #6BCFCF
Black with #6BCFCF
Text Example
Text Example
White with #6BCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFCF; }
p { color: rgb(107,207,207); }
H1.HeaderClassName
{
color: #6BCFCF;
}
.AnyTagClassName
{
color: #6BCFCF;
}
</style>
background-color css
<style>
a { background-color: #6BCFCF; }
a { background-color: rgb(107,207,207); }
div.DivClassName
{
background-color: #6BCFCF;
}
.BgClassName
{
background-color: #6BCFCF;
}
</style>
border-color css
<style>
span { border-color: #6BCFCF; }
span { border-color: rgb(107,207,207); }
td.TdClassName
{
border-color: #6BCFCF;
}
.TagClassName
{
border-color: #6BCFCF;
}
</style>