Shades of Scarpa Flow #68656C
Tints of Scarpa Flow #68656C
RGB
CMYK
RGB Variations
Color information
#68656C (or 0x68656C) is known color: Scarpa Flow. HEX triplet: 68, 65 and 6C. RGB value is (104,101,108). Sum of RGB (Red+Green+Blue) = 104+101+108=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: blue. Hex color #68656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68656C is #979A93. Grayscale: #666666. Windows color (decimal): -9935508 or 7103848. OLE color: 7103848.
HSL color Cylindrical-coordinate representation of color #68656C: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #68656C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 101 | 108 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.58 |
| HSL | 265.71º | 0.03% | 0.41% | - |
| HSV(B) | 265.71º | 0.06% | 0.42% | - |
| XYZ | 13.07 | 13.33 | 16.07 | - |
| YUV | 102.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 108 | 0.04 | 0.06 | 0 | 0.58 | 265.71 | 0.03 | 0.41 |
| Hex | 68 | 65 | 6C | 4 | 6 | 0 | 3A | 10A | 3 | 29 |
| Octal | 150 | 145 | 154 | 4 | 6 | 0 | 72 | 412 | 3 | 51 |
| Binary | 1101000 | 1100101 | 1101100 | 100 | 110 | 0 | 111010 | 100001010 | 11 | 101001 |
Color Harmonies of #68656C
Complementary color
Monochromatic Colors of #68656C
Black with #68656C
Text Example
Text Example
White with #68656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68656C; }
p { color: rgb(104,101,108); }
H1.HeaderClassName
{
color: #68656C;
}
.AnyTagClassName
{
color: #68656C;
}
</style>
background-color css
<style>
a { background-color: #68656C; }
a { background-color: rgb(104,101,108); }
div.DivClassName
{
background-color: #68656C;
}
.BgClassName
{
background-color: #68656C;
}
</style>
border-color css
<style>
span { border-color: #68656C; }
span { border-color: rgb(104,101,108); }
td.TdClassName
{
border-color: #68656C;
}
.TagClassName
{
border-color: #68656C;
}
</style>