Shades of Scarpa Flow #6A6170
Tints of Scarpa Flow #6A6170
RGB
CMYK
RGB Variations
Color information
#6A6170 (or 0x6A6170) is known color: Scarpa Flow. HEX triplet: 6A, 61 and 70. RGB value is (106,97,112). Sum of RGB (Red+Green+Blue) = 106+97+112=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6170 is #959E8F. Grayscale: #656565. Windows color (decimal): -9805456 or 7364970. OLE color: 7364970.
HSL color Cylindrical-coordinate representation of color #6A6170: hue angle of 276º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A6170 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 97 | 112 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.56 |
| HSL | 276º | 0.07% | 0.41% | - |
| HSV(B) | 276º | 0.13% | 0.44% | - |
| XYZ | 13.14 | 12.78 | 17.1 | - |
| YUV | 101.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 112 | 0.05 | 0.13 | 0 | 0.56 | 276 | 0.07 | 0.41 |
| Hex | 6A | 61 | 70 | 5 | D | 0 | 38 | 114 | 7 | 29 |
| Octal | 152 | 141 | 160 | 5 | 15 | 0 | 70 | 424 | 7 | 51 |
| Binary | 1101010 | 1100001 | 1110000 | 101 | 1101 | 0 | 111000 | 100010100 | 111 | 101001 |
Color Harmonies of #6A6170
Complementary color
Monochromatic Colors of #6A6170
Black with #6A6170
Text Example
Text Example
White with #6A6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6170; }
p { color: rgb(106,97,112); }
H1.HeaderClassName
{
color: #6A6170;
}
.AnyTagClassName
{
color: #6A6170;
}
</style>
background-color css
<style>
a { background-color: #6A6170; }
a { background-color: rgb(106,97,112); }
div.DivClassName
{
background-color: #6A6170;
}
.BgClassName
{
background-color: #6A6170;
}
</style>
border-color css
<style>
span { border-color: #6A6170; }
span { border-color: rgb(106,97,112); }
td.TdClassName
{
border-color: #6A6170;
}
.TagClassName
{
border-color: #6A6170;
}
</style>