Shades of Scarpa Flow #6B6573
Tints of Scarpa Flow #6B6573
RGB
CMYK
RGB Variations
Color information
#6B6573 (or 0x6B6573) is known color: Scarpa Flow. HEX triplet: 6B, 65 and 73. RGB value is (107,101,115). Sum of RGB (Red+Green+Blue) = 107+101+115=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6573 is #949A8C. Grayscale: #686868. Windows color (decimal): -9738893 or 7562603. OLE color: 7562603.
HSL color Cylindrical-coordinate representation of color #6B6573: hue angle of 265.71º 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 #6B6573 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 101 | 115 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.55 |
| HSL | 265.71º | 0.06% | 0.42% | - |
| HSV(B) | 265.71º | 0.12% | 0.45% | - |
| XYZ | 13.81 | 13.67 | 18.13 | - |
| YUV | 104.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 115 | 0.07 | 0.12 | 0 | 0.55 | 265.71 | 0.06 | 0.42 |
| Hex | 6B | 65 | 73 | 7 | C | 0 | 37 | 10A | 6 | 2A |
| Octal | 153 | 145 | 163 | 7 | 14 | 0 | 67 | 412 | 6 | 52 |
| Binary | 1101011 | 1100101 | 1110011 | 111 | 1100 | 0 | 110111 | 100001010 | 110 | 101010 |
Color Harmonies of #6B6573
Complementary color
Monochromatic Colors of #6B6573
Black with #6B6573
Text Example
Text Example
White with #6B6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6573; }
p { color: rgb(107,101,115); }
H1.HeaderClassName
{
color: #6B6573;
}
.AnyTagClassName
{
color: #6B6573;
}
</style>
background-color css
<style>
a { background-color: #6B6573; }
a { background-color: rgb(107,101,115); }
div.DivClassName
{
background-color: #6B6573;
}
.BgClassName
{
background-color: #6B6573;
}
</style>
border-color css
<style>
span { border-color: #6B6573; }
span { border-color: rgb(107,101,115); }
td.TdClassName
{
border-color: #6B6573;
}
.TagClassName
{
border-color: #6B6573;
}
</style>