Shades of Scarpa Flow #696176
Tints of Scarpa Flow #696176
RGB
CMYK
RGB Variations
Color information
#696176 (or 0x696176) is known color: Scarpa Flow. HEX triplet: 69, 61 and 76. RGB value is (105,97,118). Sum of RGB (Red+Green+Blue) = 105+97+118=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #696176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696176 is #969E89. Grayscale: #656565. Windows color (decimal): -9870986 or 7758185. OLE color: 7758185.
HSL color Cylindrical-coordinate representation of color #696176: hue angle of 262.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #696176 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 97 | 118 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.54 |
| HSL | 262.86º | 0.1% | 0.42% | - |
| HSV(B) | 262.86º | 0.18% | 0.46% | - |
| XYZ | 13.37 | 12.86 | 18.92 | - |
| YUV | 101.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 118 | 0.11 | 0.18 | 0 | 0.54 | 262.86 | 0.1 | 0.42 |
| Hex | 69 | 61 | 76 | B | 12 | 0 | 36 | 107 | A | 2A |
| Octal | 151 | 141 | 166 | 13 | 22 | 0 | 66 | 407 | 12 | 52 |
| Binary | 1101001 | 1100001 | 1110110 | 1011 | 10010 | 0 | 110110 | 100000111 | 1010 | 101010 |
Color Harmonies of #696176
Complementary color
Monochromatic Colors of #696176
Black with #696176
Text Example
Text Example
White with #696176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696176; }
p { color: rgb(105,97,118); }
H1.HeaderClassName
{
color: #696176;
}
.AnyTagClassName
{
color: #696176;
}
</style>
background-color css
<style>
a { background-color: #696176; }
a { background-color: rgb(105,97,118); }
div.DivClassName
{
background-color: #696176;
}
.BgClassName
{
background-color: #696176;
}
</style>
border-color css
<style>
span { border-color: #696176; }
span { border-color: rgb(105,97,118); }
td.TdClassName
{
border-color: #696176;
}
.TagClassName
{
border-color: #696176;
}
</style>