Shades of Scarpa Flow #696074
Tints of Scarpa Flow #696074
RGB
CMYK
RGB Variations
Color information
#696074 (or 0x696074) is known color: Scarpa Flow. HEX triplet: 69, 60 and 74. RGB value is (105,96,116). Sum of RGB (Red+Green+Blue) = 105+96+116=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #696074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696074 is #969F8B. Grayscale: #646464. Windows color (decimal): -9871244 or 7626857. OLE color: 7626857.
HSL color Cylindrical-coordinate representation of color #696074: hue angle of 267º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696074 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 96 | 116 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.55 |
| HSL | 267º | 0.09% | 0.42% | - |
| HSV(B) | 267º | 0.17% | 0.45% | - |
| XYZ | 13.16 | 12.63 | 18.27 | - |
| YUV | 100.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 116 | 0.09 | 0.17 | 0 | 0.55 | 267 | 0.09 | 0.42 |
| Hex | 69 | 60 | 74 | 9 | 11 | 0 | 37 | 10B | 9 | 2A |
| Octal | 151 | 140 | 164 | 11 | 21 | 0 | 67 | 413 | 11 | 52 |
| Binary | 1101001 | 1100000 | 1110100 | 1001 | 10001 | 0 | 110111 | 100001011 | 1001 | 101010 |
Color Harmonies of #696074
Complementary color
Monochromatic Colors of #696074
Black with #696074
Text Example
Text Example
White with #696074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696074; }
p { color: rgb(105,96,116); }
H1.HeaderClassName
{
color: #696074;
}
.AnyTagClassName
{
color: #696074;
}
</style>
background-color css
<style>
a { background-color: #696074; }
a { background-color: rgb(105,96,116); }
div.DivClassName
{
background-color: #696074;
}
.BgClassName
{
background-color: #696074;
}
</style>
border-color css
<style>
span { border-color: #696074; }
span { border-color: rgb(105,96,116); }
td.TdClassName
{
border-color: #696074;
}
.TagClassName
{
border-color: #696074;
}
</style>