Shades of Scarpa Flow #6C6473
Tints of Scarpa Flow #6C6473
RGB
CMYK
RGB Variations
Color information
#6C6473 (or 0x6C6473) is known color: Scarpa Flow. HEX triplet: 6C, 64 and 73. RGB value is (108,100,115). Sum of RGB (Red+Green+Blue) = 108+100+115=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 100 (39.45% from 255 or 30.96% 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 #6C6473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6473 is #939B8C. Grayscale: #686868. Windows color (decimal): -9673613 or 7562348. OLE color: 7562348.
HSL color Cylindrical-coordinate representation of color #6C6473: hue angle of 272º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C6473 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 100 | 115 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.55 |
| HSL | 272º | 0.07% | 0.42% | - |
| HSV(B) | 272º | 0.13% | 0.45% | - |
| XYZ | 13.84 | 13.54 | 18.1 | - |
| YUV | 104.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 115 | 0.06 | 0.13 | 0 | 0.55 | 272 | 0.07 | 0.42 |
| Hex | 6C | 64 | 73 | 6 | D | 0 | 37 | 110 | 7 | 2A |
| Octal | 154 | 144 | 163 | 6 | 15 | 0 | 67 | 420 | 7 | 52 |
| Binary | 1101100 | 1100100 | 1110011 | 110 | 1101 | 0 | 110111 | 100010000 | 111 | 101010 |
Color Harmonies of #6C6473
Complementary color
Monochromatic Colors of #6C6473
Black with #6C6473
Text Example
Text Example
White with #6C6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6473; }
p { color: rgb(108,100,115); }
H1.HeaderClassName
{
color: #6C6473;
}
.AnyTagClassName
{
color: #6C6473;
}
</style>
background-color css
<style>
a { background-color: #6C6473; }
a { background-color: rgb(108,100,115); }
div.DivClassName
{
background-color: #6C6473;
}
.BgClassName
{
background-color: #6C6473;
}
</style>
border-color css
<style>
span { border-color: #6C6473; }
span { border-color: rgb(108,100,115); }
td.TdClassName
{
border-color: #6C6473;
}
.TagClassName
{
border-color: #6C6473;
}
</style>