Shades of Scampi #696798
Tints of Scampi #696798
RGB
CMYK
RGB Variations
Color information
#696798 (or 0x696798) is known color: Scampi. HEX triplet: 69, 67 and 98. RGB value is (105,103,152). Sum of RGB (Red+Green+Blue) = 105+103+152=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #696798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696798 is #969867. Grayscale: #6C6C6C. Windows color (decimal): -9869416 or 9987945. OLE color: 9987945.
HSL color Cylindrical-coordinate representation of color #696798: hue angle of 242.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696798 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 103 | 152 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.40 |
| HSL | 242.45º | 0.19% | 0.5% | - |
| HSV(B) | 242.45º | 0.32% | 0.6% | - |
| XYZ | 16.34 | 14.97 | 31.73 | - |
| YUV | 109.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 152 | 0.31 | 0.32 | 0 | 0.40 | 242.45 | 0.19 | 0.5 |
| Hex | 69 | 67 | 98 | 1F | 20 | 0 | 28 | F2 | 13 | 32 |
| Octal | 151 | 147 | 230 | 37 | 40 | 0 | 50 | 362 | 23 | 62 |
| Binary | 1101001 | 1100111 | 10011000 | 11111 | 100000 | 0 | 101000 | 11110010 | 10011 | 110010 |
Color Harmonies of #696798
Complementary color
Monochromatic Colors of #696798
Black with #696798
Text Example
Text Example
White with #696798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696798; }
p { color: rgb(105,103,152); }
H1.HeaderClassName
{
color: #696798;
}
.AnyTagClassName
{
color: #696798;
}
</style>
background-color css
<style>
a { background-color: #696798; }
a { background-color: rgb(105,103,152); }
div.DivClassName
{
background-color: #696798;
}
.BgClassName
{
background-color: #696798;
}
</style>
border-color css
<style>
span { border-color: #696798; }
span { border-color: rgb(105,103,152); }
td.TdClassName
{
border-color: #696798;
}
.TagClassName
{
border-color: #696798;
}
</style>