Shades of Scampi #6C5E9B
Tints of Scampi #6C5E9B
RGB
CMYK
RGB Variations
Color information
#6C5E9B (or 0x6C5E9B) is known color: Scampi. HEX triplet: 6C, 5E and 9B. RGB value is (108,94,155). Sum of RGB (Red+Green+Blue) = 108+94+155=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C5E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5E9B is #93A164. Grayscale: #686868. Windows color (decimal): -9675109 or 10182252. OLE color: 10182252.
HSL color Cylindrical-coordinate representation of color #6C5E9B: hue angle of 253.77º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C5E9B is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 94 | 155 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.39 |
| HSL | 253.77º | 0.24% | 0.49% | - |
| HSV(B) | 253.77º | 0.39% | 0.61% | - |
| XYZ | 16.1 | 13.56 | 32.78 | - |
| YUV | 105.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 155 | 0.30 | 0.39 | 0 | 0.39 | 253.77 | 0.24 | 0.49 |
| Hex | 6C | 5E | 9B | 1E | 27 | 0 | 27 | FE | 18 | 31 |
| Octal | 154 | 136 | 233 | 36 | 47 | 0 | 47 | 376 | 30 | 61 |
| Binary | 1101100 | 1011110 | 10011011 | 11110 | 100111 | 0 | 100111 | 11111110 | 11000 | 110001 |
Color Harmonies of #6C5E9B
Complementary color
Monochromatic Colors of #6C5E9B
Black with #6C5E9B
Text Example
Text Example
White with #6C5E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E9B; }
p { color: rgb(108,94,155); }
H1.HeaderClassName
{
color: #6C5E9B;
}
.AnyTagClassName
{
color: #6C5E9B;
}
</style>
background-color css
<style>
a { background-color: #6C5E9B; }
a { background-color: rgb(108,94,155); }
div.DivClassName
{
background-color: #6C5E9B;
}
.BgClassName
{
background-color: #6C5E9B;
}
</style>
border-color css
<style>
span { border-color: #6C5E9B; }
span { border-color: rgb(108,94,155); }
td.TdClassName
{
border-color: #6C5E9B;
}
.TagClassName
{
border-color: #6C5E9B;
}
</style>