Shades of Scarpa Flow #67616F
Tints of Scarpa Flow #67616F
RGB
CMYK
RGB Variations
Color information
#67616F (or 0x67616F) is known color: Scarpa Flow. HEX triplet: 67, 61 and 6F. RGB value is (103,97,111). Sum of RGB (Red+Green+Blue) = 103+97+111=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 97 (38.28% from 255 or 31.19% 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 #67616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616F is #989E90. Grayscale: #646464. Windows color (decimal): -10002065 or 7299431. OLE color: 7299431.
HSL color Cylindrical-coordinate representation of color #67616F: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #67616F is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 97 | 111 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.56 |
| HSL | 265.71º | 0.07% | 0.41% | - |
| HSV(B) | 265.71º | 0.13% | 0.44% | - |
| XYZ | 12.74 | 12.58 | 16.8 | - |
| YUV | 100.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 111 | 0.07 | 0.13 | 0 | 0.56 | 265.71 | 0.07 | 0.41 |
| Hex | 67 | 61 | 6F | 7 | D | 0 | 38 | 10A | 7 | 29 |
| Octal | 147 | 141 | 157 | 7 | 15 | 0 | 70 | 412 | 7 | 51 |
| Binary | 1100111 | 1100001 | 1101111 | 111 | 1101 | 0 | 111000 | 100001010 | 111 | 101001 |
Color Harmonies of #67616F
Complementary color
Monochromatic Colors of #67616F
Black with #67616F
Text Example
Text Example
White with #67616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67616F; }
p { color: rgb(103,97,111); }
H1.HeaderClassName
{
color: #67616F;
}
.AnyTagClassName
{
color: #67616F;
}
</style>
background-color css
<style>
a { background-color: #67616F; }
a { background-color: rgb(103,97,111); }
div.DivClassName
{
background-color: #67616F;
}
.BgClassName
{
background-color: #67616F;
}
</style>
border-color css
<style>
span { border-color: #67616F; }
span { border-color: rgb(103,97,111); }
td.TdClassName
{
border-color: #67616F;
}
.TagClassName
{
border-color: #67616F;
}
</style>