Shades of Scarpa Flow #68616E
Tints of Scarpa Flow #68616E
RGB
CMYK
RGB Variations
Color information
#68616E (or 0x68616E) is known color: Scarpa Flow. HEX triplet: 68, 61 and 6E. RGB value is (104,97,110). Sum of RGB (Red+Green+Blue) = 104+97+110=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 110 - color contains mainly: blue. Hex color #68616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68616E is #979E91. Grayscale: #646464. Windows color (decimal): -9936530 or 7233896. OLE color: 7233896.
HSL color Cylindrical-coordinate representation of color #68616E: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68616E is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 97 | 110 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.57 |
| HSL | 272.31º | 0.06% | 0.41% | - |
| HSV(B) | 272.31º | 0.12% | 0.43% | - |
| XYZ | 12.8 | 12.62 | 16.51 | - |
| YUV | 100.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 110 | 0.05 | 0.12 | 0 | 0.57 | 272.31 | 0.06 | 0.41 |
| Hex | 68 | 61 | 6E | 5 | C | 0 | 39 | 110 | 6 | 29 |
| Octal | 150 | 141 | 156 | 5 | 14 | 0 | 71 | 420 | 6 | 51 |
| Binary | 1101000 | 1100001 | 1101110 | 101 | 1100 | 0 | 111001 | 100010000 | 110 | 101001 |
Color Harmonies of #68616E
Complementary color
Monochromatic Colors of #68616E
Black with #68616E
Text Example
Text Example
White with #68616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68616E; }
p { color: rgb(104,97,110); }
H1.HeaderClassName
{
color: #68616E;
}
.AnyTagClassName
{
color: #68616E;
}
</style>
background-color css
<style>
a { background-color: #68616E; }
a { background-color: rgb(104,97,110); }
div.DivClassName
{
background-color: #68616E;
}
.BgClassName
{
background-color: #68616E;
}
</style>
border-color css
<style>
span { border-color: #68616E; }
span { border-color: rgb(104,97,110); }
td.TdClassName
{
border-color: #68616E;
}
.TagClassName
{
border-color: #68616E;
}
</style>