Shades of Scampi #6B659A
Tints of Scampi #6B659A
RGB
CMYK
RGB Variations
Color information
#6B659A (or 0x6B659A) is known color: Scampi. HEX triplet: 6B, 65 and 9A. RGB value is (107,101,154). Sum of RGB (Red+Green+Blue) = 107+101+154=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B659A is #949A65. Grayscale: #6C6C6C. Windows color (decimal): -9738854 or 10118507. OLE color: 10118507.
HSL color Cylindrical-coordinate representation of color #6B659A: hue angle of 246.79º 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 #6B659A is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 101 | 154 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.40 |
| HSL | 246.79º | 0.21% | 0.5% | - |
| HSV(B) | 246.79º | 0.34% | 0.6% | - |
| XYZ | 16.55 | 14.77 | 32.55 | - |
| YUV | 108.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 154 | 0.31 | 0.34 | 0 | 0.40 | 246.79 | 0.21 | 0.5 |
| Hex | 6B | 65 | 9A | 1F | 22 | 0 | 28 | F7 | 15 | 32 |
| Octal | 153 | 145 | 232 | 37 | 42 | 0 | 50 | 367 | 25 | 62 |
| Binary | 1101011 | 1100101 | 10011010 | 11111 | 100010 | 0 | 101000 | 11110111 | 10101 | 110010 |
Color Harmonies of #6B659A
Complementary color
Monochromatic Colors of #6B659A
Black with #6B659A
Text Example
Text Example
White with #6B659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B659A; }
p { color: rgb(107,101,154); }
H1.HeaderClassName
{
color: #6B659A;
}
.AnyTagClassName
{
color: #6B659A;
}
</style>
background-color css
<style>
a { background-color: #6B659A; }
a { background-color: rgb(107,101,154); }
div.DivClassName
{
background-color: #6B659A;
}
.BgClassName
{
background-color: #6B659A;
}
</style>
border-color css
<style>
span { border-color: #6B659A; }
span { border-color: rgb(107,101,154); }
td.TdClassName
{
border-color: #6B659A;
}
.TagClassName
{
border-color: #6B659A;
}
</style>