Shades of Quill Grey #C6C4BF
Tints of Quill Grey #C6C4BF
RGB
CMYK
RGB Variations
Color information
#C6C4BF (or 0xC6C4BF) is known color: Quill Grey. HEX triplet: C6, C4 and BF. RGB value is (198,196,191). Sum of RGB (Red+Green+Blue) = 198+196+191=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4BF is #393B40. Grayscale: #C4C4C4. Windows color (decimal): -3750721 or 12567750. OLE color: 12567750.
HSL color Cylindrical-coordinate representation of color #C6C4BF: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6C4BF is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 191 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.22 |
| HSL | 42.86º | 0.06% | 0.76% | - |
| HSV(B) | 42.86º | 0.04% | 0.78% | - |
| XYZ | 52.43 | 55.25 | 57.19 | - |
| YUV | 196.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 191 | 0 | 0.01 | 0.04 | 0.22 | 42.86 | 0.06 | 0.76 |
| Hex | C6 | C4 | BF | 0 | 1 | 4 | 16 | 2B | 6 | 4C |
| Octal | 306 | 304 | 277 | 0 | 1 | 4 | 26 | 53 | 6 | 114 |
| Binary | 11000110 | 11000100 | 10111111 | 0 | 1 | 100 | 10110 | 101011 | 110 | 1001100 |
Color Harmonies of #C6C4BF
Complementary color
Monochromatic Colors of #C6C4BF
Black with #C6C4BF
Text Example
Text Example
White with #C6C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C4BF; }
p { color: rgb(198,196,191); }
H1.HeaderClassName
{
color: #C6C4BF;
}
.AnyTagClassName
{
color: #C6C4BF;
}
</style>
background-color css
<style>
a { background-color: #C6C4BF; }
a { background-color: rgb(198,196,191); }
div.DivClassName
{
background-color: #C6C4BF;
}
.BgClassName
{
background-color: #C6C4BF;
}
</style>
border-color css
<style>
span { border-color: #C6C4BF; }
span { border-color: rgb(198,196,191); }
td.TdClassName
{
border-color: #C6C4BF;
}
.TagClassName
{
border-color: #C6C4BF;
}
</style>