Shades of Scarpa Flow #675F6C
Tints of Scarpa Flow #675F6C
RGB
CMYK
RGB Variations
Color information
#675F6C (or 0x675F6C) is known color: Scarpa Flow. HEX triplet: 67, 5F and 6C. RGB value is (103,95,108). Sum of RGB (Red+Green+Blue) = 103+95+108=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 108 - color contains mainly: blue. Hex color #675F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F6C is #98A093. Grayscale: #626262. Windows color (decimal): -10002580 or 7102311. OLE color: 7102311.
HSL color Cylindrical-coordinate representation of color #675F6C: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #675F6C is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 95 | 108 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.58 |
| HSL | 276.92º | 0.06% | 0.4% | - |
| HSV(B) | 276.92º | 0.12% | 0.42% | - |
| XYZ | 12.39 | 12.15 | 15.88 | - |
| YUV | 98.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 108 | 0.05 | 0.12 | 0 | 0.58 | 276.92 | 0.06 | 0.4 |
| Hex | 67 | 5F | 6C | 5 | C | 0 | 3A | 115 | 6 | 28 |
| Octal | 147 | 137 | 154 | 5 | 14 | 0 | 72 | 425 | 6 | 50 |
| Binary | 1100111 | 1011111 | 1101100 | 101 | 1100 | 0 | 111010 | 100010101 | 110 | 101000 |
Color Harmonies of #675F6C
Complementary color
Monochromatic Colors of #675F6C
Black with #675F6C
Text Example
Text Example
White with #675F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F6C; }
p { color: rgb(103,95,108); }
H1.HeaderClassName
{
color: #675F6C;
}
.AnyTagClassName
{
color: #675F6C;
}
</style>
background-color css
<style>
a { background-color: #675F6C; }
a { background-color: rgb(103,95,108); }
div.DivClassName
{
background-color: #675F6C;
}
.BgClassName
{
background-color: #675F6C;
}
</style>
border-color css
<style>
span { border-color: #675F6C; }
span { border-color: rgb(103,95,108); }
td.TdClassName
{
border-color: #675F6C;
}
.TagClassName
{
border-color: #675F6C;
}
</style>