Shades of Scarpa Flow #695C72
Tints of Scarpa Flow #695C72
RGB
CMYK
RGB Variations
Color information
#695C72 (or 0x695C72) is known color: Scarpa Flow. HEX triplet: 69, 5C and 72. RGB value is (105,92,114). Sum of RGB (Red+Green+Blue) = 105+92+114=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #695C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C72 is #96A38D. Grayscale: #626262. Windows color (decimal): -9872270 or 7494761. OLE color: 7494761.
HSL color Cylindrical-coordinate representation of color #695C72: hue angle of 275.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695C72 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 92 | 114 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.55 |
| HSL | 275.45º | 0.11% | 0.4% | - |
| HSV(B) | 275.45º | 0.19% | 0.45% | - |
| XYZ | 12.69 | 11.87 | 17.54 | - |
| YUV | 98.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 114 | 0.08 | 0.19 | 0 | 0.55 | 275.45 | 0.11 | 0.4 |
| Hex | 69 | 5C | 72 | 8 | 13 | 0 | 37 | 113 | B | 28 |
| Octal | 151 | 134 | 162 | 10 | 23 | 0 | 67 | 423 | 13 | 50 |
| Binary | 1101001 | 1011100 | 1110010 | 1000 | 10011 | 0 | 110111 | 100010011 | 1011 | 101000 |
Color Harmonies of #695C72
Complementary color
Monochromatic Colors of #695C72
Black with #695C72
Text Example
Text Example
White with #695C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C72; }
p { color: rgb(105,92,114); }
H1.HeaderClassName
{
color: #695C72;
}
.AnyTagClassName
{
color: #695C72;
}
</style>
background-color css
<style>
a { background-color: #695C72; }
a { background-color: rgb(105,92,114); }
div.DivClassName
{
background-color: #695C72;
}
.BgClassName
{
background-color: #695C72;
}
</style>
border-color css
<style>
span { border-color: #695C72; }
span { border-color: rgb(105,92,114); }
td.TdClassName
{
border-color: #695C72;
}
.TagClassName
{
border-color: #695C72;
}
</style>