Shades of Scarpa Flow #68606D
Tints of Scarpa Flow #68606D
RGB
CMYK
RGB Variations
Color information
#68606D (or 0x68606D) is known color: Scarpa Flow. HEX triplet: 68, 60 and 6D. RGB value is (104,96,109). Sum of RGB (Red+Green+Blue) = 104+96+109=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 109 - color contains mainly: blue. Hex color #68606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606D is #979F92. Grayscale: #636363. Windows color (decimal): -9936787 or 7168104. OLE color: 7168104.
HSL color Cylindrical-coordinate representation of color #68606D: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68606D is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 96 | 109 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.57 |
| HSL | 276.92º | 0.06% | 0.4% | - |
| HSV(B) | 276.92º | 0.12% | 0.43% | - |
| XYZ | 12.65 | 12.41 | 16.2 | - |
| YUV | 99.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 109 | 0.05 | 0.12 | 0 | 0.57 | 276.92 | 0.06 | 0.4 |
| Hex | 68 | 60 | 6D | 5 | C | 0 | 39 | 115 | 6 | 28 |
| Octal | 150 | 140 | 155 | 5 | 14 | 0 | 71 | 425 | 6 | 50 |
| Binary | 1101000 | 1100000 | 1101101 | 101 | 1100 | 0 | 111001 | 100010101 | 110 | 101000 |
Color Harmonies of #68606D
Complementary color
Monochromatic Colors of #68606D
Black with #68606D
Text Example
Text Example
White with #68606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68606D; }
p { color: rgb(104,96,109); }
H1.HeaderClassName
{
color: #68606D;
}
.AnyTagClassName
{
color: #68606D;
}
</style>
background-color css
<style>
a { background-color: #68606D; }
a { background-color: rgb(104,96,109); }
div.DivClassName
{
background-color: #68606D;
}
.BgClassName
{
background-color: #68606D;
}
</style>
border-color css
<style>
span { border-color: #68606D; }
span { border-color: rgb(104,96,109); }
td.TdClassName
{
border-color: #68606D;
}
.TagClassName
{
border-color: #68606D;
}
</style>