Shades of Scampi #69649F
Tints of Scampi #69649F
RGB
CMYK
RGB Variations
Color information
#69649F (or 0x69649F) is known color: Scampi. HEX triplet: 69, 64 and 9F. RGB value is (105,100,159). Sum of RGB (Red+Green+Blue) = 105+100+159=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #69649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69649F is #969B60. Grayscale: #6B6B6B. Windows color (decimal): -9870177 or 10445929. OLE color: 10445929.
HSL color Cylindrical-coordinate representation of color #69649F: hue angle of 245.08º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69649F is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 100 | 159 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.38 |
| HSL | 245.08º | 0.24% | 0.51% | - |
| HSV(B) | 245.08º | 0.37% | 0.62% | - |
| XYZ | 16.64 | 14.62 | 34.75 | - |
| YUV | 108.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 159 | 0.34 | 0.37 | 0 | 0.38 | 245.08 | 0.24 | 0.51 |
| Hex | 69 | 64 | 9F | 22 | 25 | 0 | 26 | F5 | 18 | 33 |
| Octal | 151 | 144 | 237 | 42 | 45 | 0 | 46 | 365 | 30 | 63 |
| Binary | 1101001 | 1100100 | 10011111 | 100010 | 100101 | 0 | 100110 | 11110101 | 11000 | 110011 |
Color Harmonies of #69649F
Complementary color
Monochromatic Colors of #69649F
Black with #69649F
Text Example
Text Example
White with #69649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69649F; }
p { color: rgb(105,100,159); }
H1.HeaderClassName
{
color: #69649F;
}
.AnyTagClassName
{
color: #69649F;
}
</style>
background-color css
<style>
a { background-color: #69649F; }
a { background-color: rgb(105,100,159); }
div.DivClassName
{
background-color: #69649F;
}
.BgClassName
{
background-color: #69649F;
}
</style>
border-color css
<style>
span { border-color: #69649F; }
span { border-color: rgb(105,100,159); }
td.TdClassName
{
border-color: #69649F;
}
.TagClassName
{
border-color: #69649F;
}
</style>