Shades of Scampi #696899
Tints of Scampi #696899
RGB
CMYK
RGB Variations
Color information
#696899 (or 0x696899) is known color: Scampi. HEX triplet: 69, 68 and 99. RGB value is (105,104,153). Sum of RGB (Red+Green+Blue) = 105+104+153=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #696899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696899 is #969766. Grayscale: #6D6D6D. Windows color (decimal): -9869159 or 10053737. OLE color: 10053737.
HSL color Cylindrical-coordinate representation of color #696899: hue angle of 241.22º 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 #696899 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 104 | 153 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.4 |
| HSL | 241.22º | 0.19% | 0.5% | - |
| HSV(B) | 241.22º | 0.32% | 0.6% | - |
| XYZ | 16.53 | 15.2 | 32.2 | - |
| YUV | 109.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 153 | 0.31 | 0.32 | 0 | 0.4 | 241.22 | 0.19 | 0.5 |
| Hex | 69 | 68 | 99 | 1F | 20 | 0 | 28 | F1 | 13 | 32 |
| Octal | 151 | 150 | 231 | 37 | 40 | 0 | 50 | 361 | 23 | 62 |
| Binary | 1101001 | 1101000 | 10011001 | 11111 | 100000 | 0 | 101000 | 11110001 | 10011 | 110010 |
Color Harmonies of #696899
Complementary color
Monochromatic Colors of #696899
Black with #696899
Text Example
Text Example
White with #696899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696899; }
p { color: rgb(105,104,153); }
H1.HeaderClassName
{
color: #696899;
}
.AnyTagClassName
{
color: #696899;
}
</style>
background-color css
<style>
a { background-color: #696899; }
a { background-color: rgb(105,104,153); }
div.DivClassName
{
background-color: #696899;
}
.BgClassName
{
background-color: #696899;
}
</style>
border-color css
<style>
span { border-color: #696899; }
span { border-color: rgb(105,104,153); }
td.TdClassName
{
border-color: #696899;
}
.TagClassName
{
border-color: #696899;
}
</style>