Shades of Scarpa Flow #6C6572
Tints of Scarpa Flow #6C6572
RGB
CMYK
RGB Variations
Color information
#6C6572 (or 0x6C6572) is known color: Scarpa Flow. HEX triplet: 6C, 65 and 72. RGB value is (108,101,114). Sum of RGB (Red+Green+Blue) = 108+101+114=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6572 is #939A8D. Grayscale: #686868. Windows color (decimal): -9673358 or 7497068. OLE color: 7497068.
HSL color Cylindrical-coordinate representation of color #6C6572: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C6572 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 101 | 114 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.55 |
| HSL | 272.31º | 0.06% | 0.42% | - |
| HSV(B) | 272.31º | 0.11% | 0.45% | - |
| XYZ | 13.88 | 13.71 | 17.83 | - |
| YUV | 104.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 114 | 0.05 | 0.11 | 0 | 0.55 | 272.31 | 0.06 | 0.42 |
| Hex | 6C | 65 | 72 | 5 | B | 0 | 37 | 110 | 6 | 2A |
| Octal | 154 | 145 | 162 | 5 | 13 | 0 | 67 | 420 | 6 | 52 |
| Binary | 1101100 | 1100101 | 1110010 | 101 | 1011 | 0 | 110111 | 100010000 | 110 | 101010 |
Color Harmonies of #6C6572
Complementary color
Monochromatic Colors of #6C6572
Black with #6C6572
Text Example
Text Example
White with #6C6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6572; }
p { color: rgb(108,101,114); }
H1.HeaderClassName
{
color: #6C6572;
}
.AnyTagClassName
{
color: #6C6572;
}
</style>
background-color css
<style>
a { background-color: #6C6572; }
a { background-color: rgb(108,101,114); }
div.DivClassName
{
background-color: #6C6572;
}
.BgClassName
{
background-color: #6C6572;
}
</style>
border-color css
<style>
span { border-color: #6C6572; }
span { border-color: rgb(108,101,114); }
td.TdClassName
{
border-color: #6C6572;
}
.TagClassName
{
border-color: #6C6572;
}
</style>