Shades of Scarpa Flow #6A6670
Tints of Scarpa Flow #6A6670
RGB
CMYK
RGB Variations
Color information
#6A6670 (or 0x6A6670) is known color: Scarpa Flow. HEX triplet: 6A, 66 and 70. RGB value is (106,102,112). Sum of RGB (Red+Green+Blue) = 106+102+112=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6670 is #95998F. Grayscale: #686868. Windows color (decimal): -9804176 or 7366250. OLE color: 7366250.
HSL color Cylindrical-coordinate representation of color #6A6670: hue angle of 264º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A6670 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 102 | 112 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.56 |
| HSL | 264º | 0.05% | 0.42% | - |
| HSV(B) | 264º | 0.09% | 0.44% | - |
| XYZ | 13.62 | 13.74 | 17.26 | - |
| YUV | 104.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 112 | 0.05 | 0.09 | 0 | 0.56 | 264 | 0.05 | 0.42 |
| Hex | 6A | 66 | 70 | 5 | 9 | 0 | 38 | 108 | 5 | 2A |
| Octal | 152 | 146 | 160 | 5 | 11 | 0 | 70 | 410 | 5 | 52 |
| Binary | 1101010 | 1100110 | 1110000 | 101 | 1001 | 0 | 111000 | 100001000 | 101 | 101010 |
Color Harmonies of #6A6670
Complementary color
Monochromatic Colors of #6A6670
Black with #6A6670
Text Example
Text Example
White with #6A6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6670; }
p { color: rgb(106,102,112); }
H1.HeaderClassName
{
color: #6A6670;
}
.AnyTagClassName
{
color: #6A6670;
}
</style>
background-color css
<style>
a { background-color: #6A6670; }
a { background-color: rgb(106,102,112); }
div.DivClassName
{
background-color: #6A6670;
}
.BgClassName
{
background-color: #6A6670;
}
</style>
border-color css
<style>
span { border-color: #6A6670; }
span { border-color: rgb(106,102,112); }
td.TdClassName
{
border-color: #6A6670;
}
.TagClassName
{
border-color: #6A6670;
}
</style>