Shades of Scampi #6A619C
Tints of Scampi #6A619C
RGB
CMYK
RGB Variations
Color information
#6A619C (or 0x6A619C) is known color: Scampi. HEX triplet: 6A, 61 and 9C. RGB value is (106,97,156). Sum of RGB (Red+Green+Blue) = 106+97+156=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A619C is #959E63. Grayscale: #6A6A6A. Windows color (decimal): -9805412 or 10248554. OLE color: 10248554.
HSL color Cylindrical-coordinate representation of color #6A619C: hue angle of 249.15º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A619C is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 97 | 156 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.39 |
| HSL | 249.15º | 0.23% | 0.5% | - |
| HSV(B) | 249.15º | 0.38% | 0.61% | - |
| XYZ | 16.22 | 14.01 | 33.3 | - |
| YUV | 106.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 156 | 0.32 | 0.38 | 0 | 0.39 | 249.15 | 0.23 | 0.5 |
| Hex | 6A | 61 | 9C | 20 | 26 | 0 | 27 | F9 | 17 | 32 |
| Octal | 152 | 141 | 234 | 40 | 46 | 0 | 47 | 371 | 27 | 62 |
| Binary | 1101010 | 1100001 | 10011100 | 100000 | 100110 | 0 | 100111 | 11111001 | 10111 | 110010 |
Color Harmonies of #6A619C
Complementary color
Monochromatic Colors of #6A619C
Black with #6A619C
Text Example
Text Example
White with #6A619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A619C; }
p { color: rgb(106,97,156); }
H1.HeaderClassName
{
color: #6A619C;
}
.AnyTagClassName
{
color: #6A619C;
}
</style>
background-color css
<style>
a { background-color: #6A619C; }
a { background-color: rgb(106,97,156); }
div.DivClassName
{
background-color: #6A619C;
}
.BgClassName
{
background-color: #6A619C;
}
</style>
border-color css
<style>
span { border-color: #6A619C; }
span { border-color: rgb(106,97,156); }
td.TdClassName
{
border-color: #6A619C;
}
.TagClassName
{
border-color: #6A619C;
}
</style>