Shades of Scampi #695D95
Tints of Scampi #695D95
RGB
CMYK
RGB Variations
Color information
#695D95 (or 0x695D95) is known color: Scampi. HEX triplet: 69, 5D and 95. RGB value is (105,93,149). Sum of RGB (Red+Green+Blue) = 105+93+149=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #695D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D95 is #96A26A. Grayscale: #666666. Windows color (decimal): -9871979 or 9788777. OLE color: 9788777.
HSL color Cylindrical-coordinate representation of color #695D95: hue angle of 252.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695D95 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 93 | 149 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.42 |
| HSL | 252.86º | 0.23% | 0.47% | - |
| HSV(B) | 252.86º | 0.38% | 0.58% | - |
| XYZ | 15.16 | 13 | 30.14 | - |
| YUV | 102.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 149 | 0.30 | 0.38 | 0 | 0.42 | 252.86 | 0.23 | 0.47 |
| Hex | 69 | 5D | 95 | 1E | 26 | 0 | 2A | FD | 17 | 2F |
| Octal | 151 | 135 | 225 | 36 | 46 | 0 | 52 | 375 | 27 | 57 |
| Binary | 1101001 | 1011101 | 10010101 | 11110 | 100110 | 0 | 101010 | 11111101 | 10111 | 101111 |
Color Harmonies of #695D95
Complementary color
Monochromatic Colors of #695D95
Black with #695D95
Text Example
Text Example
White with #695D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D95; }
p { color: rgb(105,93,149); }
H1.HeaderClassName
{
color: #695D95;
}
.AnyTagClassName
{
color: #695D95;
}
</style>
background-color css
<style>
a { background-color: #695D95; }
a { background-color: rgb(105,93,149); }
div.DivClassName
{
background-color: #695D95;
}
.BgClassName
{
background-color: #695D95;
}
</style>
border-color css
<style>
span { border-color: #695D95; }
span { border-color: rgb(105,93,149); }
td.TdClassName
{
border-color: #695D95;
}
.TagClassName
{
border-color: #695D95;
}
</style>