Shades of Scampi #696491
Tints of Scampi #696491
RGB
CMYK
RGB Variations
Color information
#696491 (or 0x696491) is known color: Scampi. HEX triplet: 69, 64 and 91. RGB value is (105,100,145). Sum of RGB (Red+Green+Blue) = 105+100+145=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #696491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696491 is #969B6E. Grayscale: #6A6A6A. Windows color (decimal): -9870191 or 9528425. OLE color: 9528425.
HSL color Cylindrical-coordinate representation of color #696491: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696491 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 100 | 145 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.43 |
| HSL | 246.67º | 0.18% | 0.48% | - |
| HSV(B) | 246.67º | 0.31% | 0.57% | - |
| XYZ | 15.49 | 14.16 | 28.7 | - |
| YUV | 106.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 145 | 0.28 | 0.31 | 0 | 0.43 | 246.67 | 0.18 | 0.48 |
| Hex | 69 | 64 | 91 | 1C | 1F | 0 | 2B | F7 | 12 | 30 |
| Octal | 151 | 144 | 221 | 34 | 37 | 0 | 53 | 367 | 22 | 60 |
| Binary | 1101001 | 1100100 | 10010001 | 11100 | 11111 | 0 | 101011 | 11110111 | 10010 | 110000 |
Color Harmonies of #696491
Complementary color
Monochromatic Colors of #696491
Black with #696491
Text Example
Text Example
White with #696491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696491; }
p { color: rgb(105,100,145); }
H1.HeaderClassName
{
color: #696491;
}
.AnyTagClassName
{
color: #696491;
}
</style>
background-color css
<style>
a { background-color: #696491; }
a { background-color: rgb(105,100,145); }
div.DivClassName
{
background-color: #696491;
}
.BgClassName
{
background-color: #696491;
}
</style>
border-color css
<style>
span { border-color: #696491; }
span { border-color: rgb(105,100,145); }
td.TdClassName
{
border-color: #696491;
}
.TagClassName
{
border-color: #696491;
}
</style>