Shades of Scarpa Flow #6A6178
Tints of Scarpa Flow #6A6178
RGB
CMYK
RGB Variations
Color information
#6A6178 (or 0x6A6178) is known color: Scarpa Flow. HEX triplet: 6A, 61 and 78. RGB value is (106,97,120). Sum of RGB (Red+Green+Blue) = 106+97+120=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A6178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6178 is #959E87. Grayscale: #666666. Windows color (decimal): -9805448 or 7889258. OLE color: 7889258.
HSL color Cylindrical-coordinate representation of color #6A6178: hue angle of 263.48º 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 #6A6178 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 97 | 120 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.53 |
| HSL | 263.48º | 0.11% | 0.43% | - |
| HSV(B) | 263.48º | 0.19% | 0.47% | - |
| XYZ | 13.61 | 12.97 | 19.56 | - |
| YUV | 102.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 120 | 0.12 | 0.19 | 0 | 0.53 | 263.48 | 0.11 | 0.43 |
| Hex | 6A | 61 | 78 | C | 13 | 0 | 35 | 107 | B | 2B |
| Octal | 152 | 141 | 170 | 14 | 23 | 0 | 65 | 407 | 13 | 53 |
| Binary | 1101010 | 1100001 | 1111000 | 1100 | 10011 | 0 | 110101 | 100000111 | 1011 | 101011 |
Color Harmonies of #6A6178
Complementary color
Monochromatic Colors of #6A6178
Black with #6A6178
Text Example
Text Example
White with #6A6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6178; }
p { color: rgb(106,97,120); }
H1.HeaderClassName
{
color: #6A6178;
}
.AnyTagClassName
{
color: #6A6178;
}
</style>
background-color css
<style>
a { background-color: #6A6178; }
a { background-color: rgb(106,97,120); }
div.DivClassName
{
background-color: #6A6178;
}
.BgClassName
{
background-color: #6A6178;
}
</style>
border-color css
<style>
span { border-color: #6A6178; }
span { border-color: rgb(106,97,120); }
td.TdClassName
{
border-color: #6A6178;
}
.TagClassName
{
border-color: #6A6178;
}
</style>