Shades of Scarpa Flow #6D6178
Tints of Scarpa Flow #6D6178
RGB
CMYK
RGB Variations
Color information
#6D6178 (or 0x6D6178) is known color: Scarpa Flow. HEX triplet: 6D, 61 and 78. RGB value is (109,97,120). Sum of RGB (Red+Green+Blue) = 109+97+120=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D6178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6178 is #929E87. Grayscale: #676767. Windows color (decimal): -9608840 or 7889261. OLE color: 7889261.
HSL color Cylindrical-coordinate representation of color #6D6178: hue angle of 271.3º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D6178 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 97 | 120 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.53 |
| HSL | 271.3º | 0.11% | 0.43% | - |
| HSV(B) | 271.3º | 0.19% | 0.47% | - |
| XYZ | 13.97 | 13.16 | 19.57 | - |
| YUV | 103.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 120 | 0.09 | 0.19 | 0 | 0.53 | 271.3 | 0.11 | 0.43 |
| Hex | 6D | 61 | 78 | 9 | 13 | 0 | 35 | 10F | B | 2B |
| Octal | 155 | 141 | 170 | 11 | 23 | 0 | 65 | 417 | 13 | 53 |
| Binary | 1101101 | 1100001 | 1111000 | 1001 | 10011 | 0 | 110101 | 100001111 | 1011 | 101011 |
Color Harmonies of #6D6178
Complementary color
Monochromatic Colors of #6D6178
Black with #6D6178
Text Example
Text Example
White with #6D6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6178; }
p { color: rgb(109,97,120); }
H1.HeaderClassName
{
color: #6D6178;
}
.AnyTagClassName
{
color: #6D6178;
}
</style>
background-color css
<style>
a { background-color: #6D6178; }
a { background-color: rgb(109,97,120); }
div.DivClassName
{
background-color: #6D6178;
}
.BgClassName
{
background-color: #6D6178;
}
</style>
border-color css
<style>
span { border-color: #6D6178; }
span { border-color: rgb(109,97,120); }
td.TdClassName
{
border-color: #6D6178;
}
.TagClassName
{
border-color: #6D6178;
}
</style>