Shades of Scampi #6A689E
Tints of Scampi #6A689E
RGB
CMYK
RGB Variations
Color information
#6A689E (or 0x6A689E) is known color: Scampi. HEX triplet: 6A, 68 and 9E. RGB value is (106,104,158). Sum of RGB (Red+Green+Blue) = 106+104+158=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A689E is #959761. Grayscale: #6E6E6E. Windows color (decimal): -9803618 or 10381418. OLE color: 10381418.
HSL color Cylindrical-coordinate representation of color #6A689E: hue angle of 242.22º 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 #6A689E is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 104 | 158 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.38 |
| HSL | 242.22º | 0.22% | 0.51% | - |
| HSV(B) | 242.22º | 0.34% | 0.62% | - |
| XYZ | 17.07 | 15.43 | 34.43 | - |
| YUV | 110.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 158 | 0.33 | 0.34 | 0 | 0.38 | 242.22 | 0.22 | 0.51 |
| Hex | 6A | 68 | 9E | 21 | 22 | 0 | 26 | F2 | 16 | 33 |
| Octal | 152 | 150 | 236 | 41 | 42 | 0 | 46 | 362 | 26 | 63 |
| Binary | 1101010 | 1101000 | 10011110 | 100001 | 100010 | 0 | 100110 | 11110010 | 10110 | 110011 |
Color Harmonies of #6A689E
Complementary color
Monochromatic Colors of #6A689E
Black with #6A689E
Text Example
Text Example
White with #6A689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A689E; }
p { color: rgb(106,104,158); }
H1.HeaderClassName
{
color: #6A689E;
}
.AnyTagClassName
{
color: #6A689E;
}
</style>
background-color css
<style>
a { background-color: #6A689E; }
a { background-color: rgb(106,104,158); }
div.DivClassName
{
background-color: #6A689E;
}
.BgClassName
{
background-color: #6A689E;
}
</style>
border-color css
<style>
span { border-color: #6A689E; }
span { border-color: rgb(106,104,158); }
td.TdClassName
{
border-color: #6A689E;
}
.TagClassName
{
border-color: #6A689E;
}
</style>