Shades of Scampi #6A659A
Tints of Scampi #6A659A
RGB
CMYK
RGB Variations
Color information
#6A659A (or 0x6A659A) is known color: Scampi. HEX triplet: 6A, 65 and 9A. RGB value is (106,101,154). Sum of RGB (Red+Green+Blue) = 106+101+154=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A659A is #959A65. Grayscale: #6C6C6C. Windows color (decimal): -9804390 or 10118506. OLE color: 10118506.
HSL color Cylindrical-coordinate representation of color #6A659A: hue angle of 245.66º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A659A is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 101 | 154 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.40 |
| HSL | 245.66º | 0.21% | 0.5% | - |
| HSV(B) | 245.66º | 0.34% | 0.6% | - |
| XYZ | 16.43 | 14.7 | 32.54 | - |
| YUV | 108.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 154 | 0.31 | 0.34 | 0 | 0.40 | 245.66 | 0.21 | 0.5 |
| Hex | 6A | 65 | 9A | 1F | 22 | 0 | 28 | F6 | 15 | 32 |
| Octal | 152 | 145 | 232 | 37 | 42 | 0 | 50 | 366 | 25 | 62 |
| Binary | 1101010 | 1100101 | 10011010 | 11111 | 100010 | 0 | 101000 | 11110110 | 10101 | 110010 |
Color Harmonies of #6A659A
Complementary color
Monochromatic Colors of #6A659A
Black with #6A659A
Text Example
Text Example
White with #6A659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A659A; }
p { color: rgb(106,101,154); }
H1.HeaderClassName
{
color: #6A659A;
}
.AnyTagClassName
{
color: #6A659A;
}
</style>
background-color css
<style>
a { background-color: #6A659A; }
a { background-color: rgb(106,101,154); }
div.DivClassName
{
background-color: #6A659A;
}
.BgClassName
{
background-color: #6A659A;
}
</style>
border-color css
<style>
span { border-color: #6A659A; }
span { border-color: rgb(106,101,154); }
td.TdClassName
{
border-color: #6A659A;
}
.TagClassName
{
border-color: #6A659A;
}
</style>