Shades of Scarpa Flow #6A6573
Tints of Scarpa Flow #6A6573
RGB
CMYK
RGB Variations
Color information
#6A6573 (or 0x6A6573) is known color: Scarpa Flow. HEX triplet: 6A, 65 and 73. RGB value is (106,101,115). Sum of RGB (Red+Green+Blue) = 106+101+115=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6573 is #959A8C. Grayscale: #686868. Windows color (decimal): -9804429 or 7562602. OLE color: 7562602.
HSL color Cylindrical-coordinate representation of color #6A6573: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A6573 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 101 | 115 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.55 |
| HSL | 261.43º | 0.06% | 0.42% | - |
| HSV(B) | 261.43º | 0.12% | 0.45% | - |
| XYZ | 13.69 | 13.61 | 18.12 | - |
| YUV | 104.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 115 | 0.08 | 0.12 | 0 | 0.55 | 261.43 | 0.06 | 0.42 |
| Hex | 6A | 65 | 73 | 8 | C | 0 | 37 | 105 | 6 | 2A |
| Octal | 152 | 145 | 163 | 10 | 14 | 0 | 67 | 405 | 6 | 52 |
| Binary | 1101010 | 1100101 | 1110011 | 1000 | 1100 | 0 | 110111 | 100000101 | 110 | 101010 |
Color Harmonies of #6A6573
Complementary color
Monochromatic Colors of #6A6573
Black with #6A6573
Text Example
Text Example
White with #6A6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6573; }
p { color: rgb(106,101,115); }
H1.HeaderClassName
{
color: #6A6573;
}
.AnyTagClassName
{
color: #6A6573;
}
</style>
background-color css
<style>
a { background-color: #6A6573; }
a { background-color: rgb(106,101,115); }
div.DivClassName
{
background-color: #6A6573;
}
.BgClassName
{
background-color: #6A6573;
}
</style>
border-color css
<style>
span { border-color: #6A6573; }
span { border-color: rgb(106,101,115); }
td.TdClassName
{
border-color: #6A6573;
}
.TagClassName
{
border-color: #6A6573;
}
</style>