Shades of Scarpa Flow #6B5C79
Tints of Scarpa Flow #6B5C79
RGB
CMYK
RGB Variations
Color information
#6B5C79 (or 0x6B5C79) is known color: Scarpa Flow. HEX triplet: 6B, 5C and 79. RGB value is (107,92,121). Sum of RGB (Red+Green+Blue) = 107+92+121=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B5C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C79 is #94A386. Grayscale: #636363. Windows color (decimal): -9741191 or 7953515. OLE color: 7953515.
HSL color Cylindrical-coordinate representation of color #6B5C79: hue angle of 271.03º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5C79 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 92 | 121 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.53 |
| HSL | 271.03º | 0.14% | 0.42% | - |
| HSV(B) | 271.03º | 0.24% | 0.47% | - |
| XYZ | 13.34 | 12.16 | 19.73 | - |
| YUV | 99.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 121 | 0.12 | 0.24 | 0 | 0.53 | 271.03 | 0.14 | 0.42 |
| Hex | 6B | 5C | 79 | C | 18 | 0 | 35 | 10F | E | 2A |
| Octal | 153 | 134 | 171 | 14 | 30 | 0 | 65 | 417 | 16 | 52 |
| Binary | 1101011 | 1011100 | 1111001 | 1100 | 11000 | 0 | 110101 | 100001111 | 1110 | 101010 |
Color Harmonies of #6B5C79
Complementary color
Monochromatic Colors of #6B5C79
Black with #6B5C79
Text Example
Text Example
White with #6B5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C79; }
p { color: rgb(107,92,121); }
H1.HeaderClassName
{
color: #6B5C79;
}
.AnyTagClassName
{
color: #6B5C79;
}
</style>
background-color css
<style>
a { background-color: #6B5C79; }
a { background-color: rgb(107,92,121); }
div.DivClassName
{
background-color: #6B5C79;
}
.BgClassName
{
background-color: #6B5C79;
}
</style>
border-color css
<style>
span { border-color: #6B5C79; }
span { border-color: rgb(107,92,121); }
td.TdClassName
{
border-color: #6B5C79;
}
.TagClassName
{
border-color: #6B5C79;
}
</style>