Shades of Scarpa Flow #6B5F7A
Tints of Scarpa Flow #6B5F7A
RGB
CMYK
RGB Variations
Color information
#6B5F7A (or 0x6B5F7A) is known color: Scarpa Flow. HEX triplet: 6B, 5F and 7A. RGB value is (107,95,122). Sum of RGB (Red+Green+Blue) = 107+95+122=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B5F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F7A is #94A085. Grayscale: #656565. Windows color (decimal): -9740422 or 8019819. OLE color: 8019819.
HSL color Cylindrical-coordinate representation of color #6B5F7A: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5F7A is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 95 | 122 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.52 |
| HSL | 266.67º | 0.12% | 0.43% | - |
| HSV(B) | 266.67º | 0.22% | 0.48% | - |
| XYZ | 13.67 | 12.72 | 20.15 | - |
| YUV | 101.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 122 | 0.12 | 0.22 | 0 | 0.52 | 266.67 | 0.12 | 0.43 |
| Hex | 6B | 5F | 7A | C | 16 | 0 | 34 | 10B | C | 2B |
| Octal | 153 | 137 | 172 | 14 | 26 | 0 | 64 | 413 | 14 | 53 |
| Binary | 1101011 | 1011111 | 1111010 | 1100 | 10110 | 0 | 110100 | 100001011 | 1100 | 101011 |
Color Harmonies of #6B5F7A
Complementary color
Monochromatic Colors of #6B5F7A
Black with #6B5F7A
Text Example
Text Example
White with #6B5F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F7A; }
p { color: rgb(107,95,122); }
H1.HeaderClassName
{
color: #6B5F7A;
}
.AnyTagClassName
{
color: #6B5F7A;
}
</style>
background-color css
<style>
a { background-color: #6B5F7A; }
a { background-color: rgb(107,95,122); }
div.DivClassName
{
background-color: #6B5F7A;
}
.BgClassName
{
background-color: #6B5F7A;
}
</style>
border-color css
<style>
span { border-color: #6B5F7A; }
span { border-color: rgb(107,95,122); }
td.TdClassName
{
border-color: #6B5F7A;
}
.TagClassName
{
border-color: #6B5F7A;
}
</style>