Shades of Scarpa Flow #6C6577
Tints of Scarpa Flow #6C6577
RGB
CMYK
RGB Variations
Color information
#6C6577 (or 0x6C6577) is known color: Scarpa Flow. HEX triplet: 6C, 65 and 77. RGB value is (108,101,119). Sum of RGB (Red+Green+Blue) = 108+101+119=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C6577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6577 is #939A88. Grayscale: #696969. Windows color (decimal): -9673353 or 7824748. OLE color: 7824748.
HSL color Cylindrical-coordinate representation of color #6C6577: hue angle of 263.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C6577 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 101 | 119 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.53 |
| HSL | 263.33º | 0.08% | 0.43% | - |
| HSV(B) | 263.33º | 0.15% | 0.47% | - |
| XYZ | 14.17 | 13.83 | 19.38 | - |
| YUV | 105.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 119 | 0.09 | 0.15 | 0 | 0.53 | 263.33 | 0.08 | 0.43 |
| Hex | 6C | 65 | 77 | 9 | F | 0 | 35 | 107 | 8 | 2B |
| Octal | 154 | 145 | 167 | 11 | 17 | 0 | 65 | 407 | 10 | 53 |
| Binary | 1101100 | 1100101 | 1110111 | 1001 | 1111 | 0 | 110101 | 100000111 | 1000 | 101011 |
Color Harmonies of #6C6577
Complementary color
Monochromatic Colors of #6C6577
Black with #6C6577
Text Example
Text Example
White with #6C6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6577; }
p { color: rgb(108,101,119); }
H1.HeaderClassName
{
color: #6C6577;
}
.AnyTagClassName
{
color: #6C6577;
}
</style>
background-color css
<style>
a { background-color: #6C6577; }
a { background-color: rgb(108,101,119); }
div.DivClassName
{
background-color: #6C6577;
}
.BgClassName
{
background-color: #6C6577;
}
</style>
border-color css
<style>
span { border-color: #6C6577; }
span { border-color: rgb(108,101,119); }
td.TdClassName
{
border-color: #6C6577;
}
.TagClassName
{
border-color: #6C6577;
}
</style>