Shades of Scarpa Flow #6A5A77
Tints of Scarpa Flow #6A5A77
RGB
CMYK
RGB Variations
Color information
#6A5A77 (or 0x6A5A77) is known color: Scarpa Flow. HEX triplet: 6A, 5A and 77. RGB value is (106,90,119). Sum of RGB (Red+Green+Blue) = 106+90+119=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A5A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A77 is #95A588. Grayscale: #616161. Windows color (decimal): -9807241 or 7821930. OLE color: 7821930.
HSL color Cylindrical-coordinate representation of color #6A5A77: hue angle of 273.1º 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 #6A5A77 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 90 | 119 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.53 |
| HSL | 273.1º | 0.14% | 0.41% | - |
| HSV(B) | 273.1º | 0.24% | 0.47% | - |
| XYZ | 12.93 | 11.71 | 19.03 | - |
| YUV | 98.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 119 | 0.11 | 0.24 | 0 | 0.53 | 273.1 | 0.14 | 0.41 |
| Hex | 6A | 5A | 77 | B | 18 | 0 | 35 | 111 | E | 29 |
| Octal | 152 | 132 | 167 | 13 | 30 | 0 | 65 | 421 | 16 | 51 |
| Binary | 1101010 | 1011010 | 1110111 | 1011 | 11000 | 0 | 110101 | 100010001 | 1110 | 101001 |
Color Harmonies of #6A5A77
Complementary color
Monochromatic Colors of #6A5A77
Black with #6A5A77
Text Example
Text Example
White with #6A5A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A77; }
p { color: rgb(106,90,119); }
H1.HeaderClassName
{
color: #6A5A77;
}
.AnyTagClassName
{
color: #6A5A77;
}
</style>
background-color css
<style>
a { background-color: #6A5A77; }
a { background-color: rgb(106,90,119); }
div.DivClassName
{
background-color: #6A5A77;
}
.BgClassName
{
background-color: #6A5A77;
}
</style>
border-color css
<style>
span { border-color: #6A5A77; }
span { border-color: rgb(106,90,119); }
td.TdClassName
{
border-color: #6A5A77;
}
.TagClassName
{
border-color: #6A5A77;
}
</style>