Shades of Scarpa Flow #6D617A
Tints of Scarpa Flow #6D617A
RGB
CMYK
RGB Variations
Color information
#6D617A (or 0x6D617A) is known color: Scarpa Flow. HEX triplet: 6D, 61 and 7A. RGB value is (109,97,122). Sum of RGB (Red+Green+Blue) = 109+97+122=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D617A is #929E85. Grayscale: #676767. Windows color (decimal): -9608838 or 8020333. OLE color: 8020333.
HSL color Cylindrical-coordinate representation of color #6D617A: hue angle of 268.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D617A is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 97 | 122 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.52 |
| HSL | 268.8º | 0.11% | 0.43% | - |
| HSV(B) | 268.8º | 0.2% | 0.48% | - |
| XYZ | 14.09 | 13.21 | 20.22 | - |
| YUV | 103.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 122 | 0.11 | 0.20 | 0 | 0.52 | 268.8 | 0.11 | 0.43 |
| Hex | 6D | 61 | 7A | B | 14 | 0 | 34 | 10D | B | 2B |
| Octal | 155 | 141 | 172 | 13 | 24 | 0 | 64 | 415 | 13 | 53 |
| Binary | 1101101 | 1100001 | 1111010 | 1011 | 10100 | 0 | 110100 | 100001101 | 1011 | 101011 |
Color Harmonies of #6D617A
Complementary color
Monochromatic Colors of #6D617A
Black with #6D617A
Text Example
Text Example
White with #6D617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D617A; }
p { color: rgb(109,97,122); }
H1.HeaderClassName
{
color: #6D617A;
}
.AnyTagClassName
{
color: #6D617A;
}
</style>
background-color css
<style>
a { background-color: #6D617A; }
a { background-color: rgb(109,97,122); }
div.DivClassName
{
background-color: #6D617A;
}
.BgClassName
{
background-color: #6D617A;
}
</style>
border-color css
<style>
span { border-color: #6D617A; }
span { border-color: rgb(109,97,122); }
td.TdClassName
{
border-color: #6D617A;
}
.TagClassName
{
border-color: #6D617A;
}
</style>