Shades of Scarpa Flow #6C6676
Tints of Scarpa Flow #6C6676
RGB
CMYK
RGB Variations
Color information
#6C6676 (or 0x6C6676) is known color: Scarpa Flow. HEX triplet: 6C, 66 and 76. RGB value is (108,102,118). Sum of RGB (Red+Green+Blue) = 108+102+118=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6676 is #939989. Grayscale: #696969. Windows color (decimal): -9673098 or 7759468. OLE color: 7759468.
HSL color Cylindrical-coordinate representation of color #6C6676: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6676 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 102 | 118 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.54 |
| HSL | 262.5º | 0.07% | 0.43% | - |
| HSV(B) | 262.5º | 0.14% | 0.46% | - |
| XYZ | 14.21 | 14 | 19.09 | - |
| YUV | 105.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 118 | 0.08 | 0.14 | 0 | 0.54 | 262.5 | 0.07 | 0.43 |
| Hex | 6C | 66 | 76 | 8 | E | 0 | 36 | 106 | 7 | 2B |
| Octal | 154 | 146 | 166 | 10 | 16 | 0 | 66 | 406 | 7 | 53 |
| Binary | 1101100 | 1100110 | 1110110 | 1000 | 1110 | 0 | 110110 | 100000110 | 111 | 101011 |
Color Harmonies of #6C6676
Complementary color
Monochromatic Colors of #6C6676
Black with #6C6676
Text Example
Text Example
White with #6C6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6676; }
p { color: rgb(108,102,118); }
H1.HeaderClassName
{
color: #6C6676;
}
.AnyTagClassName
{
color: #6C6676;
}
</style>
background-color css
<style>
a { background-color: #6C6676; }
a { background-color: rgb(108,102,118); }
div.DivClassName
{
background-color: #6C6676;
}
.BgClassName
{
background-color: #6C6676;
}
</style>
border-color css
<style>
span { border-color: #6C6676; }
span { border-color: rgb(108,102,118); }
td.TdClassName
{
border-color: #6C6676;
}
.TagClassName
{
border-color: #6C6676;
}
</style>