Shades of Scampi #695C9C
Tints of Scampi #695C9C
RGB
CMYK
RGB Variations
Color information
#695C9C (or 0x695C9C) is known color: Scampi. HEX triplet: 69, 5C and 9C. RGB value is (105,92,156). Sum of RGB (Red+Green+Blue) = 105+92+156=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #695C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C9C is #96A363. Grayscale: #666666. Windows color (decimal): -9872228 or 10247273. OLE color: 10247273.
HSL color Cylindrical-coordinate representation of color #695C9C: hue angle of 252.19º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #695C9C is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 92 | 156 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.39 |
| HSL | 252.19º | 0.26% | 0.49% | - |
| HSV(B) | 252.19º | 0.41% | 0.61% | - |
| XYZ | 15.65 | 13.06 | 33.15 | - |
| YUV | 103.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 156 | 0.33 | 0.41 | 0 | 0.39 | 252.19 | 0.26 | 0.49 |
| Hex | 69 | 5C | 9C | 21 | 29 | 0 | 27 | FC | 1A | 31 |
| Octal | 151 | 134 | 234 | 41 | 51 | 0 | 47 | 374 | 32 | 61 |
| Binary | 1101001 | 1011100 | 10011100 | 100001 | 101001 | 0 | 100111 | 11111100 | 11010 | 110001 |
Color Harmonies of #695C9C
Complementary color
Monochromatic Colors of #695C9C
Black with #695C9C
Text Example
Text Example
White with #695C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C9C; }
p { color: rgb(105,92,156); }
H1.HeaderClassName
{
color: #695C9C;
}
.AnyTagClassName
{
color: #695C9C;
}
</style>
background-color css
<style>
a { background-color: #695C9C; }
a { background-color: rgb(105,92,156); }
div.DivClassName
{
background-color: #695C9C;
}
.BgClassName
{
background-color: #695C9C;
}
</style>
border-color css
<style>
span { border-color: #695C9C; }
span { border-color: rgb(105,92,156); }
td.TdClassName
{
border-color: #695C9C;
}
.TagClassName
{
border-color: #695C9C;
}
</style>