Shades of Scarpa Flow #68636E
Tints of Scarpa Flow #68636E
RGB
CMYK
RGB Variations
Color information
#68636E (or 0x68636E) is known color: Scarpa Flow. HEX triplet: 68, 63 and 6E. RGB value is (104,99,110). Sum of RGB (Red+Green+Blue) = 104+99+110=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 110 - color contains mainly: blue. Hex color #68636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636E is #979C91. Grayscale: #656565. Windows color (decimal): -9936018 or 7234408. OLE color: 7234408.
HSL color Cylindrical-coordinate representation of color #68636E: hue angle of 267.27º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68636E is Cyan = 0.05, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 99 | 110 | - |
| CMYK | 0.05 | 0.1 | 0 | 0.57 |
| HSL | 267.27º | 0.05% | 0.41% | - |
| HSV(B) | 267.27º | 0.1% | 0.43% | - |
| XYZ | 12.99 | 12.99 | 16.58 | - |
| YUV | 101.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 110 | 0.05 | 0.1 | 0 | 0.57 | 267.27 | 0.05 | 0.41 |
| Hex | 68 | 63 | 6E | 5 | A | 0 | 39 | 10B | 5 | 29 |
| Octal | 150 | 143 | 156 | 5 | 12 | 0 | 71 | 413 | 5 | 51 |
| Binary | 1101000 | 1100011 | 1101110 | 101 | 1010 | 0 | 111001 | 100001011 | 101 | 101001 |
Color Harmonies of #68636E
Complementary color
Monochromatic Colors of #68636E
Black with #68636E
Text Example
Text Example
White with #68636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68636E; }
p { color: rgb(104,99,110); }
H1.HeaderClassName
{
color: #68636E;
}
.AnyTagClassName
{
color: #68636E;
}
</style>
background-color css
<style>
a { background-color: #68636E; }
a { background-color: rgb(104,99,110); }
div.DivClassName
{
background-color: #68636E;
}
.BgClassName
{
background-color: #68636E;
}
</style>
border-color css
<style>
span { border-color: #68636E; }
span { border-color: rgb(104,99,110); }
td.TdClassName
{
border-color: #68636E;
}
.TagClassName
{
border-color: #68636E;
}
</style>