Shades of Scampi #695C99
Tints of Scampi #695C99
RGB
CMYK
RGB Variations
Color information
#695C99 (or 0x695C99) is known color: Scampi. HEX triplet: 69, 5C and 99. RGB value is (105,92,153). Sum of RGB (Red+Green+Blue) = 105+92+153=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #695C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C99 is #96A366. Grayscale: #666666. Windows color (decimal): -9872231 or 10050665. OLE color: 10050665.
HSL color Cylindrical-coordinate representation of color #695C99: hue angle of 252.79º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #695C99 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 92 | 153 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.4 |
| HSL | 252.79º | 0.25% | 0.48% | - |
| HSV(B) | 252.79º | 0.4% | 0.6% | - |
| XYZ | 15.4 | 12.96 | 31.83 | - |
| YUV | 102.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 153 | 0.31 | 0.40 | 0 | 0.4 | 252.79 | 0.25 | 0.48 |
| Hex | 69 | 5C | 99 | 1F | 28 | 0 | 28 | FD | 19 | 30 |
| Octal | 151 | 134 | 231 | 37 | 50 | 0 | 50 | 375 | 31 | 60 |
| Binary | 1101001 | 1011100 | 10011001 | 11111 | 101000 | 0 | 101000 | 11111101 | 11001 | 110000 |
Color Harmonies of #695C99
Complementary color
Monochromatic Colors of #695C99
Black with #695C99
Text Example
Text Example
White with #695C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C99; }
p { color: rgb(105,92,153); }
H1.HeaderClassName
{
color: #695C99;
}
.AnyTagClassName
{
color: #695C99;
}
</style>
background-color css
<style>
a { background-color: #695C99; }
a { background-color: rgb(105,92,153); }
div.DivClassName
{
background-color: #695C99;
}
.BgClassName
{
background-color: #695C99;
}
</style>
border-color css
<style>
span { border-color: #695C99; }
span { border-color: rgb(105,92,153); }
td.TdClassName
{
border-color: #695C99;
}
.TagClassName
{
border-color: #695C99;
}
</style>