Shades of Scarpa Flow #67616C
Tints of Scarpa Flow #67616C
RGB
CMYK
RGB Variations
Color information
#67616C (or 0x67616C) is known color: Scarpa Flow. HEX triplet: 67, 61 and 6C. RGB value is (103,97,108). Sum of RGB (Red+Green+Blue) = 103+97+108=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 108 - color contains mainly: blue. Hex color #67616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616C is #989E93. Grayscale: #646464. Windows color (decimal): -10002068 or 7102823. OLE color: 7102823.
HSL color Cylindrical-coordinate representation of color #67616C: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67616C is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 97 | 108 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.58 |
| HSL | 272.73º | 0.05% | 0.4% | - |
| HSV(B) | 272.73º | 0.1% | 0.42% | - |
| XYZ | 12.57 | 12.52 | 15.94 | - |
| YUV | 100.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 108 | 0.05 | 0.10 | 0 | 0.58 | 272.73 | 0.05 | 0.4 |
| Hex | 67 | 61 | 6C | 5 | A | 0 | 3A | 111 | 5 | 28 |
| Octal | 147 | 141 | 154 | 5 | 12 | 0 | 72 | 421 | 5 | 50 |
| Binary | 1100111 | 1100001 | 1101100 | 101 | 1010 | 0 | 111010 | 100010001 | 101 | 101000 |
Color Harmonies of #67616C
Complementary color
Monochromatic Colors of #67616C
Black with #67616C
Text Example
Text Example
White with #67616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67616C; }
p { color: rgb(103,97,108); }
H1.HeaderClassName
{
color: #67616C;
}
.AnyTagClassName
{
color: #67616C;
}
</style>
background-color css
<style>
a { background-color: #67616C; }
a { background-color: rgb(103,97,108); }
div.DivClassName
{
background-color: #67616C;
}
.BgClassName
{
background-color: #67616C;
}
</style>
border-color css
<style>
span { border-color: #67616C; }
span { border-color: rgb(103,97,108); }
td.TdClassName
{
border-color: #67616C;
}
.TagClassName
{
border-color: #67616C;
}
</style>