Shades of Scampi #6A64A2
Tints of Scampi #6A64A2
RGB
CMYK
RGB Variations
Color information
#6A64A2 (or 0x6A64A2) is known color: Scampi. HEX triplet: 6A, 64 and A2. RGB value is (106,100,162). Sum of RGB (Red+Green+Blue) = 106+100+162=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 162 - color contains mainly: blue. Hex color #6A64A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A64A2 is #959B5D. Grayscale: #6C6C6C. Windows color (decimal): -9804638 or 10642538. OLE color: 10642538.
HSL color Cylindrical-coordinate representation of color #6A64A2: hue angle of 245.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A64A2 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 100 | 162 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.36 |
| HSL | 245.81º | 0.25% | 0.51% | - |
| HSV(B) | 245.81º | 0.38% | 0.64% | - |
| XYZ | 17.02 | 14.79 | 36.14 | - |
| YUV | 108.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 100 | 162 | 0.35 | 0.38 | 0 | 0.36 | 245.81 | 0.25 | 0.51 |
| Hex | 6A | 64 | A2 | 23 | 26 | 0 | 24 | F6 | 19 | 33 |
| Octal | 152 | 144 | 242 | 43 | 46 | 0 | 44 | 366 | 31 | 63 |
| Binary | 1101010 | 1100100 | 10100010 | 100011 | 100110 | 0 | 100100 | 11110110 | 11001 | 110011 |
Color Harmonies of #6A64A2
Complementary color
Monochromatic Colors of #6A64A2
Black with #6A64A2
Text Example
Text Example
White with #6A64A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A64A2; }
p { color: rgb(106,100,162); }
H1.HeaderClassName
{
color: #6A64A2;
}
.AnyTagClassName
{
color: #6A64A2;
}
</style>
background-color css
<style>
a { background-color: #6A64A2; }
a { background-color: rgb(106,100,162); }
div.DivClassName
{
background-color: #6A64A2;
}
.BgClassName
{
background-color: #6A64A2;
}
</style>
border-color css
<style>
span { border-color: #6A64A2; }
span { border-color: rgb(106,100,162); }
td.TdClassName
{
border-color: #6A64A2;
}
.TagClassName
{
border-color: #6A64A2;
}
</style>