Shades of Scampi #696C99
Tints of Scampi #696C99
RGB
CMYK
RGB Variations
Color information
#696C99 (or 0x696C99) is known color: Scampi. HEX triplet: 69, 6C and 99. RGB value is (105,108,153). Sum of RGB (Red+Green+Blue) = 105+108+153=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #696C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C99 is #969366. Grayscale: #707070. Windows color (decimal): -9868135 or 10054761. OLE color: 10054761.
HSL color Cylindrical-coordinate representation of color #696C99: hue angle of 236.25º 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 #696C99 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 108 | 153 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.4 |
| HSL | 236.25º | 0.19% | 0.51% | - |
| HSV(B) | 236.25º | 0.31% | 0.6% | - |
| XYZ | 16.94 | 16.03 | 32.34 | - |
| YUV | 112.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 153 | 0.31 | 0.29 | 0 | 0.4 | 236.25 | 0.19 | 0.51 |
| Hex | 69 | 6C | 99 | 1F | 1D | 0 | 28 | EC | 13 | 33 |
| Octal | 151 | 154 | 231 | 37 | 35 | 0 | 50 | 354 | 23 | 63 |
| Binary | 1101001 | 1101100 | 10011001 | 11111 | 11101 | 0 | 101000 | 11101100 | 10011 | 110011 |
Color Harmonies of #696C99
Complementary color
Monochromatic Colors of #696C99
Black with #696C99
Text Example
Text Example
White with #696C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C99; }
p { color: rgb(105,108,153); }
H1.HeaderClassName
{
color: #696C99;
}
.AnyTagClassName
{
color: #696C99;
}
</style>
background-color css
<style>
a { background-color: #696C99; }
a { background-color: rgb(105,108,153); }
div.DivClassName
{
background-color: #696C99;
}
.BgClassName
{
background-color: #696C99;
}
</style>
border-color css
<style>
span { border-color: #696C99; }
span { border-color: rgb(105,108,153); }
td.TdClassName
{
border-color: #696C99;
}
.TagClassName
{
border-color: #696C99;
}
</style>