Shades of Scarpa Flow #6C6175
Tints of Scarpa Flow #6C6175
RGB
CMYK
RGB Variations
Color information
#6C6175 (or 0x6C6175) is known color: Scarpa Flow. HEX triplet: 6C, 61 and 75. RGB value is (108,97,117). Sum of RGB (Red+Green+Blue) = 108+97+117=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6175 is #939E8A. Grayscale: #666666. Windows color (decimal): -9674379 or 7692652. OLE color: 7692652.
HSL color Cylindrical-coordinate representation of color #6C6175: hue angle of 273º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C6175 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 97 | 117 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.54 |
| HSL | 273º | 0.09% | 0.42% | - |
| HSV(B) | 273º | 0.17% | 0.46% | - |
| XYZ | 13.67 | 13.02 | 18.62 | - |
| YUV | 102.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 117 | 0.08 | 0.17 | 0 | 0.54 | 273 | 0.09 | 0.42 |
| Hex | 6C | 61 | 75 | 8 | 11 | 0 | 36 | 111 | 9 | 2A |
| Octal | 154 | 141 | 165 | 10 | 21 | 0 | 66 | 421 | 11 | 52 |
| Binary | 1101100 | 1100001 | 1110101 | 1000 | 10001 | 0 | 110110 | 100010001 | 1001 | 101010 |
Color Harmonies of #6C6175
Complementary color
Monochromatic Colors of #6C6175
Black with #6C6175
Text Example
Text Example
White with #6C6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6175; }
p { color: rgb(108,97,117); }
H1.HeaderClassName
{
color: #6C6175;
}
.AnyTagClassName
{
color: #6C6175;
}
</style>
background-color css
<style>
a { background-color: #6C6175; }
a { background-color: rgb(108,97,117); }
div.DivClassName
{
background-color: #6C6175;
}
.BgClassName
{
background-color: #6C6175;
}
</style>
border-color css
<style>
span { border-color: #6C6175; }
span { border-color: rgb(108,97,117); }
td.TdClassName
{
border-color: #6C6175;
}
.TagClassName
{
border-color: #6C6175;
}
</style>