Shades of Scarpa Flow #6C6373
Tints of Scarpa Flow #6C6373
RGB
CMYK
RGB Variations
Color information
#6C6373 (or 0x6C6373) is known color: Scarpa Flow. HEX triplet: 6C, 63 and 73. RGB value is (108,99,115). Sum of RGB (Red+Green+Blue) = 108+99+115=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 99 (39.06% from 255 or 30.75% 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 #6C6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6373 is #939C8C. Grayscale: #676767. Windows color (decimal): -9673869 or 7562092. OLE color: 7562092.
HSL color Cylindrical-coordinate representation of color #6C6373: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6373 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 99 | 115 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.55 |
| HSL | 273.75º | 0.07% | 0.42% | - |
| HSV(B) | 273.75º | 0.14% | 0.45% | - |
| XYZ | 13.74 | 13.35 | 18.07 | - |
| YUV | 103.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 115 | 0.06 | 0.14 | 0 | 0.55 | 273.75 | 0.07 | 0.42 |
| Hex | 6C | 63 | 73 | 6 | E | 0 | 37 | 112 | 7 | 2A |
| Octal | 154 | 143 | 163 | 6 | 16 | 0 | 67 | 422 | 7 | 52 |
| Binary | 1101100 | 1100011 | 1110011 | 110 | 1110 | 0 | 110111 | 100010010 | 111 | 101010 |
Color Harmonies of #6C6373
Complementary color
Monochromatic Colors of #6C6373
Black with #6C6373
Text Example
Text Example
White with #6C6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6373; }
p { color: rgb(108,99,115); }
H1.HeaderClassName
{
color: #6C6373;
}
.AnyTagClassName
{
color: #6C6373;
}
</style>
background-color css
<style>
a { background-color: #6C6373; }
a { background-color: rgb(108,99,115); }
div.DivClassName
{
background-color: #6C6373;
}
.BgClassName
{
background-color: #6C6373;
}
</style>
border-color css
<style>
span { border-color: #6C6373; }
span { border-color: rgb(108,99,115); }
td.TdClassName
{
border-color: #6C6373;
}
.TagClassName
{
border-color: #6C6373;
}
</style>