Shades of Scampi #696B99
Tints of Scampi #696B99
RGB
CMYK
RGB Variations
Color information
#696B99 (or 0x696B99) is known color: Scampi. HEX triplet: 69, 6B and 99. RGB value is (105,107,153). Sum of RGB (Red+Green+Blue) = 105+107+153=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #696B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B99 is #969466. Grayscale: #6F6F6F. Windows color (decimal): -9868391 or 10054505. OLE color: 10054505.
HSL color Cylindrical-coordinate representation of color #696B99: hue angle of 237.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696B99 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 107 | 153 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.4 |
| HSL | 237.5º | 0.19% | 0.51% | - |
| HSV(B) | 237.5º | 0.31% | 0.6% | - |
| XYZ | 16.83 | 15.82 | 32.3 | - |
| YUV | 111.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 153 | 0.31 | 0.30 | 0 | 0.4 | 237.5 | 0.19 | 0.51 |
| Hex | 69 | 6B | 99 | 1F | 1E | 0 | 28 | EE | 13 | 33 |
| Octal | 151 | 153 | 231 | 37 | 36 | 0 | 50 | 356 | 23 | 63 |
| Binary | 1101001 | 1101011 | 10011001 | 11111 | 11110 | 0 | 101000 | 11101110 | 10011 | 110011 |
Color Harmonies of #696B99
Complementary color
Monochromatic Colors of #696B99
Black with #696B99
Text Example
Text Example
White with #696B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B99; }
p { color: rgb(105,107,153); }
H1.HeaderClassName
{
color: #696B99;
}
.AnyTagClassName
{
color: #696B99;
}
</style>
background-color css
<style>
a { background-color: #696B99; }
a { background-color: rgb(105,107,153); }
div.DivClassName
{
background-color: #696B99;
}
.BgClassName
{
background-color: #696B99;
}
</style>
border-color css
<style>
span { border-color: #696B99; }
span { border-color: rgb(105,107,153); }
td.TdClassName
{
border-color: #696B99;
}
.TagClassName
{
border-color: #696B99;
}
</style>