Shades of Scampi #6A689B
Tints of Scampi #6A689B
RGB
CMYK
RGB Variations
Color information
#6A689B (or 0x6A689B) is known color: Scampi. HEX triplet: 6A, 68 and 9B. RGB value is (106,104,155). Sum of RGB (Red+Green+Blue) = 106+104+155=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A689B is #959764. Grayscale: #6E6E6E. Windows color (decimal): -9803621 or 10184810. OLE color: 10184810.
HSL color Cylindrical-coordinate representation of color #6A689B: hue angle of 242.35º 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 #6A689B is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 104 | 155 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.39 |
| HSL | 242.35º | 0.2% | 0.51% | - |
| HSV(B) | 242.35º | 0.33% | 0.61% | - |
| XYZ | 16.81 | 15.33 | 33.08 | - |
| YUV | 110.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 155 | 0.32 | 0.33 | 0 | 0.39 | 242.35 | 0.2 | 0.51 |
| Hex | 6A | 68 | 9B | 20 | 21 | 0 | 27 | F2 | 14 | 33 |
| Octal | 152 | 150 | 233 | 40 | 41 | 0 | 47 | 362 | 24 | 63 |
| Binary | 1101010 | 1101000 | 10011011 | 100000 | 100001 | 0 | 100111 | 11110010 | 10100 | 110011 |
Color Harmonies of #6A689B
Complementary color
Monochromatic Colors of #6A689B
Black with #6A689B
Text Example
Text Example
White with #6A689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A689B; }
p { color: rgb(106,104,155); }
H1.HeaderClassName
{
color: #6A689B;
}
.AnyTagClassName
{
color: #6A689B;
}
</style>
background-color css
<style>
a { background-color: #6A689B; }
a { background-color: rgb(106,104,155); }
div.DivClassName
{
background-color: #6A689B;
}
.BgClassName
{
background-color: #6A689B;
}
</style>
border-color css
<style>
span { border-color: #6A689B; }
span { border-color: rgb(106,104,155); }
td.TdClassName
{
border-color: #6A689B;
}
.TagClassName
{
border-color: #6A689B;
}
</style>