Shades of Scarpa Flow #67626D
Tints of Scarpa Flow #67626D
RGB
CMYK
RGB Variations
Color information
#67626D (or 0x67626D) is known color: Scarpa Flow. HEX triplet: 67, 62 and 6D. RGB value is (103,98,109). Sum of RGB (Red+Green+Blue) = 103+98+109=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 109 - color contains mainly: blue. Hex color #67626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67626D is #989D92. Grayscale: #646464. Windows color (decimal): -10001811 or 7168615. OLE color: 7168615.
HSL color Cylindrical-coordinate representation of color #67626D: 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 #67626D is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 98 | 109 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.57 |
| HSL | 267.27º | 0.05% | 0.41% | - |
| HSV(B) | 267.27º | 0.1% | 0.43% | - |
| XYZ | 12.72 | 12.72 | 16.25 | - |
| YUV | 100.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 109 | 0.06 | 0.10 | 0 | 0.57 | 267.27 | 0.05 | 0.41 |
| Hex | 67 | 62 | 6D | 6 | A | 0 | 39 | 10B | 5 | 29 |
| Octal | 147 | 142 | 155 | 6 | 12 | 0 | 71 | 413 | 5 | 51 |
| Binary | 1100111 | 1100010 | 1101101 | 110 | 1010 | 0 | 111001 | 100001011 | 101 | 101001 |
Color Harmonies of #67626D
Complementary color
Monochromatic Colors of #67626D
Black with #67626D
Text Example
Text Example
White with #67626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67626D; }
p { color: rgb(103,98,109); }
H1.HeaderClassName
{
color: #67626D;
}
.AnyTagClassName
{
color: #67626D;
}
</style>
background-color css
<style>
a { background-color: #67626D; }
a { background-color: rgb(103,98,109); }
div.DivClassName
{
background-color: #67626D;
}
.BgClassName
{
background-color: #67626D;
}
</style>
border-color css
<style>
span { border-color: #67626D; }
span { border-color: rgb(103,98,109); }
td.TdClassName
{
border-color: #67626D;
}
.TagClassName
{
border-color: #67626D;
}
</style>