Shades of Scarpa Flow #695D75
Tints of Scarpa Flow #695D75
RGB
CMYK
RGB Variations
Color information
#695D75 (or 0x695D75) is known color: Scarpa Flow. HEX triplet: 69, 5D and 75. RGB value is (105,93,117). Sum of RGB (Red+Green+Blue) = 105+93+117=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #695D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D75 is #96A28A. Grayscale: #636363. Windows color (decimal): -9872011 or 7691625. OLE color: 7691625.
HSL color Cylindrical-coordinate representation of color #695D75: hue angle of 270º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695D75 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 93 | 117 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.54 |
| HSL | 270º | 0.11% | 0.41% | - |
| HSV(B) | 270º | 0.21% | 0.46% | - |
| XYZ | 12.95 | 12.12 | 18.49 | - |
| YUV | 99.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 117 | 0.10 | 0.21 | 0 | 0.54 | 270 | 0.11 | 0.41 |
| Hex | 69 | 5D | 75 | A | 15 | 0 | 36 | 10E | B | 29 |
| Octal | 151 | 135 | 165 | 12 | 25 | 0 | 66 | 416 | 13 | 51 |
| Binary | 1101001 | 1011101 | 1110101 | 1010 | 10101 | 0 | 110110 | 100001110 | 1011 | 101001 |
Color Harmonies of #695D75
Complementary color
Monochromatic Colors of #695D75
Black with #695D75
Text Example
Text Example
White with #695D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D75; }
p { color: rgb(105,93,117); }
H1.HeaderClassName
{
color: #695D75;
}
.AnyTagClassName
{
color: #695D75;
}
</style>
background-color css
<style>
a { background-color: #695D75; }
a { background-color: rgb(105,93,117); }
div.DivClassName
{
background-color: #695D75;
}
.BgClassName
{
background-color: #695D75;
}
</style>
border-color css
<style>
span { border-color: #695D75; }
span { border-color: rgb(105,93,117); }
td.TdClassName
{
border-color: #695D75;
}
.TagClassName
{
border-color: #695D75;
}
</style>