Shades of Scampi #696B98
Tints of Scampi #696B98
RGB
CMYK
RGB Variations
Color information
#696B98 (or 0x696B98) is known color: Scampi. HEX triplet: 69, 6B and 98. RGB value is (105,107,152). Sum of RGB (Red+Green+Blue) = 105+107+152=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #696B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B98 is #969467. Grayscale: #6F6F6F. Windows color (decimal): -9868392 or 9988969. OLE color: 9988969.
HSL color Cylindrical-coordinate representation of color #696B98: hue angle of 237.45º 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 #696B98 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 107 | 152 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.40 |
| HSL | 237.45º | 0.19% | 0.5% | - |
| HSV(B) | 237.45º | 0.31% | 0.6% | - |
| XYZ | 16.75 | 15.79 | 31.87 | - |
| YUV | 111.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 152 | 0.31 | 0.30 | 0 | 0.40 | 237.45 | 0.19 | 0.5 |
| Hex | 69 | 6B | 98 | 1F | 1E | 0 | 28 | ED | 13 | 32 |
| Octal | 151 | 153 | 230 | 37 | 36 | 0 | 50 | 355 | 23 | 62 |
| Binary | 1101001 | 1101011 | 10011000 | 11111 | 11110 | 0 | 101000 | 11101101 | 10011 | 110010 |
Color Harmonies of #696B98
Complementary color
Monochromatic Colors of #696B98
Black with #696B98
Text Example
Text Example
White with #696B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B98; }
p { color: rgb(105,107,152); }
H1.HeaderClassName
{
color: #696B98;
}
.AnyTagClassName
{
color: #696B98;
}
</style>
background-color css
<style>
a { background-color: #696B98; }
a { background-color: rgb(105,107,152); }
div.DivClassName
{
background-color: #696B98;
}
.BgClassName
{
background-color: #696B98;
}
</style>
border-color css
<style>
span { border-color: #696B98; }
span { border-color: rgb(105,107,152); }
td.TdClassName
{
border-color: #696B98;
}
.TagClassName
{
border-color: #696B98;
}
</style>