Shades of Scarpa Flow #6C6571
Tints of Scarpa Flow #6C6571
RGB
CMYK
RGB Variations
Color information
#6C6571 (or 0x6C6571) is known color: Scarpa Flow. HEX triplet: 6C, 65 and 71. RGB value is (108,101,113). Sum of RGB (Red+Green+Blue) = 108+101+113=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6571 is #939A8E. Grayscale: #686868. Windows color (decimal): -9673359 or 7431532. OLE color: 7431532.
HSL color Cylindrical-coordinate representation of color #6C6571: hue angle of 275º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C6571 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 101 | 113 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.56 |
| HSL | 275º | 0.06% | 0.42% | - |
| HSV(B) | 275º | 0.11% | 0.44% | - |
| XYZ | 13.82 | 13.69 | 17.54 | - |
| YUV | 104.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 113 | 0.04 | 0.11 | 0 | 0.56 | 275 | 0.06 | 0.42 |
| Hex | 6C | 65 | 71 | 4 | B | 0 | 38 | 113 | 6 | 2A |
| Octal | 154 | 145 | 161 | 4 | 13 | 0 | 70 | 423 | 6 | 52 |
| Binary | 1101100 | 1100101 | 1110001 | 100 | 1011 | 0 | 111000 | 100010011 | 110 | 101010 |
Color Harmonies of #6C6571
Complementary color
Monochromatic Colors of #6C6571
Black with #6C6571
Text Example
Text Example
White with #6C6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6571; }
p { color: rgb(108,101,113); }
H1.HeaderClassName
{
color: #6C6571;
}
.AnyTagClassName
{
color: #6C6571;
}
</style>
background-color css
<style>
a { background-color: #6C6571; }
a { background-color: rgb(108,101,113); }
div.DivClassName
{
background-color: #6C6571;
}
.BgClassName
{
background-color: #6C6571;
}
</style>
border-color css
<style>
span { border-color: #6C6571; }
span { border-color: rgb(108,101,113); }
td.TdClassName
{
border-color: #6C6571;
}
.TagClassName
{
border-color: #6C6571;
}
</style>