Shades of Scarpa Flow #68646F
Tints of Scarpa Flow #68646F
RGB
CMYK
RGB Variations
Color information
#68646F (or 0x68646F) is known color: Scarpa Flow. HEX triplet: 68, 64 and 6F. RGB value is (104,100,111). Sum of RGB (Red+Green+Blue) = 104+100+111=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 111 - color contains mainly: blue. Hex color #68646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68646F is #979B90. Grayscale: #666666. Windows color (decimal): -9935761 or 7300200. OLE color: 7300200.
HSL color Cylindrical-coordinate representation of color #68646F: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68646F is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 100 | 111 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.56 |
| HSL | 261.82º | 0.05% | 0.41% | - |
| HSV(B) | 261.82º | 0.1% | 0.44% | - |
| XYZ | 13.14 | 13.21 | 16.9 | - |
| YUV | 102.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 111 | 0.06 | 0.10 | 0 | 0.56 | 261.82 | 0.05 | 0.41 |
| Hex | 68 | 64 | 6F | 6 | A | 0 | 38 | 106 | 5 | 29 |
| Octal | 150 | 144 | 157 | 6 | 12 | 0 | 70 | 406 | 5 | 51 |
| Binary | 1101000 | 1100100 | 1101111 | 110 | 1010 | 0 | 111000 | 100000110 | 101 | 101001 |
Color Harmonies of #68646F
Complementary color
Monochromatic Colors of #68646F
Black with #68646F
Text Example
Text Example
White with #68646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68646F; }
p { color: rgb(104,100,111); }
H1.HeaderClassName
{
color: #68646F;
}
.AnyTagClassName
{
color: #68646F;
}
</style>
background-color css
<style>
a { background-color: #68646F; }
a { background-color: rgb(104,100,111); }
div.DivClassName
{
background-color: #68646F;
}
.BgClassName
{
background-color: #68646F;
}
</style>
border-color css
<style>
span { border-color: #68646F; }
span { border-color: rgb(104,100,111); }
td.TdClassName
{
border-color: #68646F;
}
.TagClassName
{
border-color: #68646F;
}
</style>