Shades of Scarpa Flow #68606F
Tints of Scarpa Flow #68606F
RGB
CMYK
RGB Variations
Color information
#68606F (or 0x68606F) is known color: Scarpa Flow. HEX triplet: 68, 60 and 6F. RGB value is (104,96,111). Sum of RGB (Red+Green+Blue) = 104+96+111=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 111 - color contains mainly: blue. Hex color #68606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606F is #979F90. Grayscale: #646464. Windows color (decimal): -9936785 or 7299176. OLE color: 7299176.
HSL color Cylindrical-coordinate representation of color #68606F: hue angle of 272º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #68606F is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 96 | 111 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.56 |
| HSL | 272º | 0.07% | 0.41% | - |
| HSV(B) | 272º | 0.14% | 0.44% | - |
| XYZ | 12.76 | 12.46 | 16.77 | - |
| YUV | 100.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 111 | 0.06 | 0.14 | 0 | 0.56 | 272 | 0.07 | 0.41 |
| Hex | 68 | 60 | 6F | 6 | E | 0 | 38 | 110 | 7 | 29 |
| Octal | 150 | 140 | 157 | 6 | 16 | 0 | 70 | 420 | 7 | 51 |
| Binary | 1101000 | 1100000 | 1101111 | 110 | 1110 | 0 | 111000 | 100010000 | 111 | 101001 |
Color Harmonies of #68606F
Complementary color
Monochromatic Colors of #68606F
Black with #68606F
Text Example
Text Example
White with #68606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68606F; }
p { color: rgb(104,96,111); }
H1.HeaderClassName
{
color: #68606F;
}
.AnyTagClassName
{
color: #68606F;
}
</style>
background-color css
<style>
a { background-color: #68606F; }
a { background-color: rgb(104,96,111); }
div.DivClassName
{
background-color: #68606F;
}
.BgClassName
{
background-color: #68606F;
}
</style>
border-color css
<style>
span { border-color: #68606F; }
span { border-color: rgb(104,96,111); }
td.TdClassName
{
border-color: #68606F;
}
.TagClassName
{
border-color: #68606F;
}
</style>