Shades of Scampi #69689E
Tints of Scampi #69689E
RGB
CMYK
RGB Variations
Color information
#69689E (or 0x69689E) is known color: Scampi. HEX triplet: 69, 68 and 9E. RGB value is (105,104,158). Sum of RGB (Red+Green+Blue) = 105+104+158=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #69689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69689E is #969761. Grayscale: #6E6E6E. Windows color (decimal): -9869154 or 10381417. OLE color: 10381417.
HSL color Cylindrical-coordinate representation of color #69689E: hue angle of 241.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69689E is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 104 | 158 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.38 |
| HSL | 241.11º | 0.22% | 0.51% | - |
| HSV(B) | 241.11º | 0.34% | 0.62% | - |
| XYZ | 16.95 | 15.37 | 34.42 | - |
| YUV | 110.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 158 | 0.34 | 0.34 | 0 | 0.38 | 241.11 | 0.22 | 0.51 |
| Hex | 69 | 68 | 9E | 22 | 22 | 0 | 26 | F1 | 16 | 33 |
| Octal | 151 | 150 | 236 | 42 | 42 | 0 | 46 | 361 | 26 | 63 |
| Binary | 1101001 | 1101000 | 10011110 | 100010 | 100010 | 0 | 100110 | 11110001 | 10110 | 110011 |
Color Harmonies of #69689E
Complementary color
Monochromatic Colors of #69689E
Black with #69689E
Text Example
Text Example
White with #69689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69689E; }
p { color: rgb(105,104,158); }
H1.HeaderClassName
{
color: #69689E;
}
.AnyTagClassName
{
color: #69689E;
}
</style>
background-color css
<style>
a { background-color: #69689E; }
a { background-color: rgb(105,104,158); }
div.DivClassName
{
background-color: #69689E;
}
.BgClassName
{
background-color: #69689E;
}
</style>
border-color css
<style>
span { border-color: #69689E; }
span { border-color: rgb(105,104,158); }
td.TdClassName
{
border-color: #69689E;
}
.TagClassName
{
border-color: #69689E;
}
</style>