Shades of Scampi #696A98
Tints of Scampi #696A98
RGB
CMYK
RGB Variations
Color information
#696A98 (or 0x696A98) is known color: Scampi. HEX triplet: 69, 6A and 98. RGB value is (105,106,152). Sum of RGB (Red+Green+Blue) = 105+106+152=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #696A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A98 is #969567. Grayscale: #6E6E6E. Windows color (decimal): -9868648 or 9988713. OLE color: 9988713.
HSL color Cylindrical-coordinate representation of color #696A98: hue angle of 238.72º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696A98 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 106 | 152 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.40 |
| HSL | 238.72º | 0.19% | 0.5% | - |
| HSV(B) | 238.72º | 0.31% | 0.6% | - |
| XYZ | 16.65 | 15.58 | 31.84 | - |
| YUV | 110.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 152 | 0.31 | 0.30 | 0 | 0.40 | 238.72 | 0.19 | 0.5 |
| Hex | 69 | 6A | 98 | 1F | 1E | 0 | 28 | EF | 13 | 32 |
| Octal | 151 | 152 | 230 | 37 | 36 | 0 | 50 | 357 | 23 | 62 |
| Binary | 1101001 | 1101010 | 10011000 | 11111 | 11110 | 0 | 101000 | 11101111 | 10011 | 110010 |
Color Harmonies of #696A98
Complementary color
Monochromatic Colors of #696A98
Black with #696A98
Text Example
Text Example
White with #696A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A98; }
p { color: rgb(105,106,152); }
H1.HeaderClassName
{
color: #696A98;
}
.AnyTagClassName
{
color: #696A98;
}
</style>
background-color css
<style>
a { background-color: #696A98; }
a { background-color: rgb(105,106,152); }
div.DivClassName
{
background-color: #696A98;
}
.BgClassName
{
background-color: #696A98;
}
</style>
border-color css
<style>
span { border-color: #696A98; }
span { border-color: rgb(105,106,152); }
td.TdClassName
{
border-color: #696A98;
}
.TagClassName
{
border-color: #696A98;
}
</style>