Shades of Scarpa Flow #6D6375
Tints of Scarpa Flow #6D6375
RGB
CMYK
RGB Variations
Color information
#6D6375 (or 0x6D6375) is known color: Scarpa Flow. HEX triplet: 6D, 63 and 75. RGB value is (109,99,117). Sum of RGB (Red+Green+Blue) = 109+99+117=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D6375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6375 is #929C8A. Grayscale: #676767. Windows color (decimal): -9608331 or 7693165. OLE color: 7693165.
HSL color Cylindrical-coordinate representation of color #6D6375: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D6375 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 99 | 117 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.54 |
| HSL | 273.33º | 0.08% | 0.42% | - |
| HSV(B) | 273.33º | 0.15% | 0.46% | - |
| XYZ | 13.98 | 13.46 | 18.69 | - |
| YUV | 104.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 117 | 0.07 | 0.15 | 0 | 0.54 | 273.33 | 0.08 | 0.42 |
| Hex | 6D | 63 | 75 | 7 | F | 0 | 36 | 111 | 8 | 2A |
| Octal | 155 | 143 | 165 | 7 | 17 | 0 | 66 | 421 | 10 | 52 |
| Binary | 1101101 | 1100011 | 1110101 | 111 | 1111 | 0 | 110110 | 100010001 | 1000 | 101010 |
Color Harmonies of #6D6375
Complementary color
Monochromatic Colors of #6D6375
Black with #6D6375
Text Example
Text Example
White with #6D6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6375; }
p { color: rgb(109,99,117); }
H1.HeaderClassName
{
color: #6D6375;
}
.AnyTagClassName
{
color: #6D6375;
}
</style>
background-color css
<style>
a { background-color: #6D6375; }
a { background-color: rgb(109,99,117); }
div.DivClassName
{
background-color: #6D6375;
}
.BgClassName
{
background-color: #6D6375;
}
</style>
border-color css
<style>
span { border-color: #6D6375; }
span { border-color: rgb(109,99,117); }
td.TdClassName
{
border-color: #6D6375;
}
.TagClassName
{
border-color: #6D6375;
}
</style>