Shades of Scarpa Flow #6C6575
Tints of Scarpa Flow #6C6575
RGB
CMYK
RGB Variations
Color information
#6C6575 (or 0x6C6575) is known color: Scarpa Flow. HEX triplet: 6C, 65 and 75. RGB value is (108,101,117). Sum of RGB (Red+Green+Blue) = 108+101+117=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6575 is #939A8A. Grayscale: #686868. Windows color (decimal): -9673355 or 7693676. OLE color: 7693676.
HSL color Cylindrical-coordinate representation of color #6C6575: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6575 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 101 | 117 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.54 |
| HSL | 266.25º | 0.07% | 0.43% | - |
| HSV(B) | 266.25º | 0.14% | 0.46% | - |
| XYZ | 14.05 | 13.78 | 18.75 | - |
| YUV | 104.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 117 | 0.08 | 0.14 | 0 | 0.54 | 266.25 | 0.07 | 0.43 |
| Hex | 6C | 65 | 75 | 8 | E | 0 | 36 | 10A | 7 | 2B |
| Octal | 154 | 145 | 165 | 10 | 16 | 0 | 66 | 412 | 7 | 53 |
| Binary | 1101100 | 1100101 | 1110101 | 1000 | 1110 | 0 | 110110 | 100001010 | 111 | 101011 |
Color Harmonies of #6C6575
Complementary color
Monochromatic Colors of #6C6575
Black with #6C6575
Text Example
Text Example
White with #6C6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6575; }
p { color: rgb(108,101,117); }
H1.HeaderClassName
{
color: #6C6575;
}
.AnyTagClassName
{
color: #6C6575;
}
</style>
background-color css
<style>
a { background-color: #6C6575; }
a { background-color: rgb(108,101,117); }
div.DivClassName
{
background-color: #6C6575;
}
.BgClassName
{
background-color: #6C6575;
}
</style>
border-color css
<style>
span { border-color: #6C6575; }
span { border-color: rgb(108,101,117); }
td.TdClassName
{
border-color: #6C6575;
}
.TagClassName
{
border-color: #6C6575;
}
</style>