Shades of Scampi #696591
Tints of Scampi #696591
RGB
CMYK
RGB Variations
Color information
#696591 (or 0x696591) is known color: Scampi. HEX triplet: 69, 65 and 91. RGB value is (105,101,145). Sum of RGB (Red+Green+Blue) = 105+101+145=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #696591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696591 is #969A6E. Grayscale: #6B6B6B. Windows color (decimal): -9869935 or 9528681. OLE color: 9528681.
HSL color Cylindrical-coordinate representation of color #696591: hue angle of 245.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696591 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 101 | 145 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.43 |
| HSL | 245.45º | 0.18% | 0.48% | - |
| HSV(B) | 245.45º | 0.3% | 0.57% | - |
| XYZ | 15.59 | 14.35 | 28.74 | - |
| YUV | 107.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 145 | 0.28 | 0.30 | 0 | 0.43 | 245.45 | 0.18 | 0.48 |
| Hex | 69 | 65 | 91 | 1C | 1E | 0 | 2B | F5 | 12 | 30 |
| Octal | 151 | 145 | 221 | 34 | 36 | 0 | 53 | 365 | 22 | 60 |
| Binary | 1101001 | 1100101 | 10010001 | 11100 | 11110 | 0 | 101011 | 11110101 | 10010 | 110000 |
Color Harmonies of #696591
Complementary color
Monochromatic Colors of #696591
Black with #696591
Text Example
Text Example
White with #696591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696591; }
p { color: rgb(105,101,145); }
H1.HeaderClassName
{
color: #696591;
}
.AnyTagClassName
{
color: #696591;
}
</style>
background-color css
<style>
a { background-color: #696591; }
a { background-color: rgb(105,101,145); }
div.DivClassName
{
background-color: #696591;
}
.BgClassName
{
background-color: #696591;
}
</style>
border-color css
<style>
span { border-color: #696591; }
span { border-color: rgb(105,101,145); }
td.TdClassName
{
border-color: #696591;
}
.TagClassName
{
border-color: #696591;
}
</style>