Shades of Scampi #696895
Tints of Scampi #696895
RGB
CMYK
RGB Variations
Color information
#696895 (or 0x696895) is known color: Scampi. HEX triplet: 69, 68 and 95. RGB value is (105,104,149). Sum of RGB (Red+Green+Blue) = 105+104+149=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #696895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696895 is #96976A. Grayscale: #6D6D6D. Windows color (decimal): -9869163 or 9791593. OLE color: 9791593.
HSL color Cylindrical-coordinate representation of color #696895: hue angle of 241.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696895 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 104 | 149 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.42 |
| HSL | 241.33º | 0.18% | 0.5% | - |
| HSV(B) | 241.33º | 0.3% | 0.58% | - |
| XYZ | 16.2 | 15.07 | 30.49 | - |
| YUV | 109.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 149 | 0.30 | 0.30 | 0 | 0.42 | 241.33 | 0.18 | 0.5 |
| Hex | 69 | 68 | 95 | 1E | 1E | 0 | 2A | F1 | 12 | 32 |
| Octal | 151 | 150 | 225 | 36 | 36 | 0 | 52 | 361 | 22 | 62 |
| Binary | 1101001 | 1101000 | 10010101 | 11110 | 11110 | 0 | 101010 | 11110001 | 10010 | 110010 |
Color Harmonies of #696895
Complementary color
Monochromatic Colors of #696895
Black with #696895
Text Example
Text Example
White with #696895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696895; }
p { color: rgb(105,104,149); }
H1.HeaderClassName
{
color: #696895;
}
.AnyTagClassName
{
color: #696895;
}
</style>
background-color css
<style>
a { background-color: #696895; }
a { background-color: rgb(105,104,149); }
div.DivClassName
{
background-color: #696895;
}
.BgClassName
{
background-color: #696895;
}
</style>
border-color css
<style>
span { border-color: #696895; }
span { border-color: rgb(105,104,149); }
td.TdClassName
{
border-color: #696895;
}
.TagClassName
{
border-color: #696895;
}
</style>