Shades of Scampi #69689B
Tints of Scampi #69689B
RGB
CMYK
RGB Variations
Color information
#69689B (or 0x69689B) is known color: Scampi. HEX triplet: 69, 68 and 9B. RGB value is (105,104,155). Sum of RGB (Red+Green+Blue) = 105+104+155=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #69689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69689B is #969764. Grayscale: #6D6D6D. Windows color (decimal): -9869157 or 10184809. OLE color: 10184809.
HSL color Cylindrical-coordinate representation of color #69689B: hue angle of 241.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69689B is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 104 | 155 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.39 |
| HSL | 241.18º | 0.2% | 0.51% | - |
| HSV(B) | 241.18º | 0.33% | 0.61% | - |
| XYZ | 16.69 | 15.27 | 33.08 | - |
| YUV | 110.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 155 | 0.32 | 0.33 | 0 | 0.39 | 241.18 | 0.2 | 0.51 |
| Hex | 69 | 68 | 9B | 20 | 21 | 0 | 27 | F1 | 14 | 33 |
| Octal | 151 | 150 | 233 | 40 | 41 | 0 | 47 | 361 | 24 | 63 |
| Binary | 1101001 | 1101000 | 10011011 | 100000 | 100001 | 0 | 100111 | 11110001 | 10100 | 110011 |
Color Harmonies of #69689B
Complementary color
Monochromatic Colors of #69689B
Black with #69689B
Text Example
Text Example
White with #69689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69689B; }
p { color: rgb(105,104,155); }
H1.HeaderClassName
{
color: #69689B;
}
.AnyTagClassName
{
color: #69689B;
}
</style>
background-color css
<style>
a { background-color: #69689B; }
a { background-color: rgb(105,104,155); }
div.DivClassName
{
background-color: #69689B;
}
.BgClassName
{
background-color: #69689B;
}
</style>
border-color css
<style>
span { border-color: #69689B; }
span { border-color: rgb(105,104,155); }
td.TdClassName
{
border-color: #69689B;
}
.TagClassName
{
border-color: #69689B;
}
</style>