Shades of Scarpa Flow #6A5B78
Tints of Scarpa Flow #6A5B78
RGB
CMYK
RGB Variations
Color information
#6A5B78 (or 0x6A5B78) is known color: Scarpa Flow. HEX triplet: 6A, 5B and 78. RGB value is (106,91,120). Sum of RGB (Red+Green+Blue) = 106+91+120=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A5B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B78 is #95A487. Grayscale: #626262. Windows color (decimal): -9806984 or 7887722. OLE color: 7887722.
HSL color Cylindrical-coordinate representation of color #6A5B78: hue angle of 271.03º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A5B78 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 91 | 120 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.53 |
| HSL | 271.03º | 0.14% | 0.41% | - |
| HSV(B) | 271.03º | 0.24% | 0.47% | - |
| XYZ | 13.08 | 11.9 | 19.38 | - |
| YUV | 98.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 91 | 120 | 0.12 | 0.24 | 0 | 0.53 | 271.03 | 0.14 | 0.41 |
| Hex | 6A | 5B | 78 | C | 18 | 0 | 35 | 10F | E | 29 |
| Octal | 152 | 133 | 170 | 14 | 30 | 0 | 65 | 417 | 16 | 51 |
| Binary | 1101010 | 1011011 | 1111000 | 1100 | 11000 | 0 | 110101 | 100001111 | 1110 | 101001 |
Color Harmonies of #6A5B78
Complementary color
Monochromatic Colors of #6A5B78
Black with #6A5B78
Text Example
Text Example
White with #6A5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5B78; }
p { color: rgb(106,91,120); }
H1.HeaderClassName
{
color: #6A5B78;
}
.AnyTagClassName
{
color: #6A5B78;
}
</style>
background-color css
<style>
a { background-color: #6A5B78; }
a { background-color: rgb(106,91,120); }
div.DivClassName
{
background-color: #6A5B78;
}
.BgClassName
{
background-color: #6A5B78;
}
</style>
border-color css
<style>
span { border-color: #6A5B78; }
span { border-color: rgb(106,91,120); }
td.TdClassName
{
border-color: #6A5B78;
}
.TagClassName
{
border-color: #6A5B78;
}
</style>