Shades of Scarpa Flow #696171
Tints of Scarpa Flow #696171
RGB
CMYK
RGB Variations
Color information
#696171 (or 0x696171) is known color: Scarpa Flow. HEX triplet: 69, 61 and 71. RGB value is (105,97,113). Sum of RGB (Red+Green+Blue) = 105+97+113=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #696171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696171 is #969E8E. Grayscale: #656565. Windows color (decimal): -9870991 or 7430505. OLE color: 7430505.
HSL color Cylindrical-coordinate representation of color #696171: hue angle of 270º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696171 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 97 | 113 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.56 |
| HSL | 270º | 0.08% | 0.41% | - |
| HSV(B) | 270º | 0.14% | 0.44% | - |
| XYZ | 13.08 | 12.74 | 17.39 | - |
| YUV | 101.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 113 | 0.07 | 0.14 | 0 | 0.56 | 270 | 0.08 | 0.41 |
| Hex | 69 | 61 | 71 | 7 | E | 0 | 38 | 10E | 8 | 29 |
| Octal | 151 | 141 | 161 | 7 | 16 | 0 | 70 | 416 | 10 | 51 |
| Binary | 1101001 | 1100001 | 1110001 | 111 | 1110 | 0 | 111000 | 100001110 | 1000 | 101001 |
Color Harmonies of #696171
Complementary color
Monochromatic Colors of #696171
Black with #696171
Text Example
Text Example
White with #696171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696171; }
p { color: rgb(105,97,113); }
H1.HeaderClassName
{
color: #696171;
}
.AnyTagClassName
{
color: #696171;
}
</style>
background-color css
<style>
a { background-color: #696171; }
a { background-color: rgb(105,97,113); }
div.DivClassName
{
background-color: #696171;
}
.BgClassName
{
background-color: #696171;
}
</style>
border-color css
<style>
span { border-color: #696171; }
span { border-color: rgb(105,97,113); }
td.TdClassName
{
border-color: #696171;
}
.TagClassName
{
border-color: #696171;
}
</style>