Shades of Scampi #6A5A9B
Tints of Scampi #6A5A9B
RGB
CMYK
RGB Variations
Color information
#6A5A9B (or 0x6A5A9B) is known color: Scampi. HEX triplet: 6A, 5A and 9B. RGB value is (106,90,155). Sum of RGB (Red+Green+Blue) = 106+90+155=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A5A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5A9B is #95A564. Grayscale: #656565. Windows color (decimal): -9807205 or 10181226. OLE color: 10181226.
HSL color Cylindrical-coordinate representation of color #6A5A9B: hue angle of 254.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A5A9B is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 90 | 155 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.39 |
| HSL | 254.77º | 0.27% | 0.48% | - |
| HSV(B) | 254.77º | 0.42% | 0.61% | - |
| XYZ | 15.52 | 12.74 | 32.65 | - |
| YUV | 102.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 155 | 0.32 | 0.42 | 0 | 0.39 | 254.77 | 0.27 | 0.48 |
| Hex | 6A | 5A | 9B | 20 | 2A | 0 | 27 | FF | 1B | 30 |
| Octal | 152 | 132 | 233 | 40 | 52 | 0 | 47 | 377 | 33 | 60 |
| Binary | 1101010 | 1011010 | 10011011 | 100000 | 101010 | 0 | 100111 | 11111111 | 11011 | 110000 |
Color Harmonies of #6A5A9B
Complementary color
Monochromatic Colors of #6A5A9B
Black with #6A5A9B
Text Example
Text Example
White with #6A5A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A9B; }
p { color: rgb(106,90,155); }
H1.HeaderClassName
{
color: #6A5A9B;
}
.AnyTagClassName
{
color: #6A5A9B;
}
</style>
background-color css
<style>
a { background-color: #6A5A9B; }
a { background-color: rgb(106,90,155); }
div.DivClassName
{
background-color: #6A5A9B;
}
.BgClassName
{
background-color: #6A5A9B;
}
</style>
border-color css
<style>
span { border-color: #6A5A9B; }
span { border-color: rgb(106,90,155); }
td.TdClassName
{
border-color: #6A5A9B;
}
.TagClassName
{
border-color: #6A5A9B;
}
</style>