Shades of Scampi #696198
Tints of Scampi #696198
RGB
CMYK
RGB Variations
Color information
#696198 (or 0x696198) is known color: Scampi. HEX triplet: 69, 61 and 98. RGB value is (105,97,152). Sum of RGB (Red+Green+Blue) = 105+97+152=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #696198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696198 is #969E67. Grayscale: #696969. Windows color (decimal): -9870952 or 9986409. OLE color: 9986409.
HSL color Cylindrical-coordinate representation of color #696198: hue angle of 248.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696198 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 97 | 152 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.40 |
| HSL | 248.73º | 0.22% | 0.49% | - |
| HSV(B) | 248.73º | 0.36% | 0.6% | - |
| XYZ | 15.77 | 13.82 | 31.54 | - |
| YUV | 105.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 152 | 0.31 | 0.36 | 0 | 0.40 | 248.73 | 0.22 | 0.49 |
| Hex | 69 | 61 | 98 | 1F | 24 | 0 | 28 | F9 | 16 | 31 |
| Octal | 151 | 141 | 230 | 37 | 44 | 0 | 50 | 371 | 26 | 61 |
| Binary | 1101001 | 1100001 | 10011000 | 11111 | 100100 | 0 | 101000 | 11111001 | 10110 | 110001 |
Color Harmonies of #696198
Complementary color
Monochromatic Colors of #696198
Black with #696198
Text Example
Text Example
White with #696198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696198; }
p { color: rgb(105,97,152); }
H1.HeaderClassName
{
color: #696198;
}
.AnyTagClassName
{
color: #696198;
}
</style>
background-color css
<style>
a { background-color: #696198; }
a { background-color: rgb(105,97,152); }
div.DivClassName
{
background-color: #696198;
}
.BgClassName
{
background-color: #696198;
}
</style>
border-color css
<style>
span { border-color: #696198; }
span { border-color: rgb(105,97,152); }
td.TdClassName
{
border-color: #696198;
}
.TagClassName
{
border-color: #696198;
}
</style>