Shades of Scarpa Flow #68616F
Tints of Scarpa Flow #68616F
RGB
CMYK
RGB Variations
Color information
#68616F (or 0x68616F) is known color: Scarpa Flow. HEX triplet: 68, 61 and 6F. RGB value is (104,97,111). Sum of RGB (Red+Green+Blue) = 104+97+111=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 111 - color contains mainly: blue. Hex color #68616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68616F is #979E90. Grayscale: #646464. Windows color (decimal): -9936529 or 7299432. OLE color: 7299432.
HSL color Cylindrical-coordinate representation of color #68616F: hue angle of 270º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68616F is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 97 | 111 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.56 |
| HSL | 270º | 0.07% | 0.41% | - |
| HSV(B) | 270º | 0.13% | 0.44% | - |
| XYZ | 12.85 | 12.64 | 16.8 | - |
| YUV | 100.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 111 | 0.06 | 0.13 | 0 | 0.56 | 270 | 0.07 | 0.41 |
| Hex | 68 | 61 | 6F | 6 | D | 0 | 38 | 10E | 7 | 29 |
| Octal | 150 | 141 | 157 | 6 | 15 | 0 | 70 | 416 | 7 | 51 |
| Binary | 1101000 | 1100001 | 1101111 | 110 | 1101 | 0 | 111000 | 100001110 | 111 | 101001 |
Color Harmonies of #68616F
Complementary color
Monochromatic Colors of #68616F
Black with #68616F
Text Example
Text Example
White with #68616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68616F; }
p { color: rgb(104,97,111); }
H1.HeaderClassName
{
color: #68616F;
}
.AnyTagClassName
{
color: #68616F;
}
</style>
background-color css
<style>
a { background-color: #68616F; }
a { background-color: rgb(104,97,111); }
div.DivClassName
{
background-color: #68616F;
}
.BgClassName
{
background-color: #68616F;
}
</style>
border-color css
<style>
span { border-color: #68616F; }
span { border-color: rgb(104,97,111); }
td.TdClassName
{
border-color: #68616F;
}
.TagClassName
{
border-color: #68616F;
}
</style>