Shades of Scampi #6D5E9B
Tints of Scampi #6D5E9B
RGB
CMYK
RGB Variations
Color information
#6D5E9B (or 0x6D5E9B) is known color: Scampi. HEX triplet: 6D, 5E and 9B. RGB value is (109,94,155). Sum of RGB (Red+Green+Blue) = 109+94+155=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D5E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5E9B is #92A164. Grayscale: #696969. Windows color (decimal): -9609573 or 10182253. OLE color: 10182253.
HSL color Cylindrical-coordinate representation of color #6D5E9B: hue angle of 254.75º 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 #6D5E9B is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 94 | 155 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.39 |
| HSL | 254.75º | 0.24% | 0.49% | - |
| HSV(B) | 254.75º | 0.39% | 0.61% | - |
| XYZ | 16.23 | 13.62 | 32.78 | - |
| YUV | 105.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 155 | 0.30 | 0.39 | 0 | 0.39 | 254.75 | 0.24 | 0.49 |
| Hex | 6D | 5E | 9B | 1E | 27 | 0 | 27 | FF | 18 | 31 |
| Octal | 155 | 136 | 233 | 36 | 47 | 0 | 47 | 377 | 30 | 61 |
| Binary | 1101101 | 1011110 | 10011011 | 11110 | 100111 | 0 | 100111 | 11111111 | 11000 | 110001 |
Color Harmonies of #6D5E9B
Complementary color
Monochromatic Colors of #6D5E9B
Black with #6D5E9B
Text Example
Text Example
White with #6D5E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5E9B; }
p { color: rgb(109,94,155); }
H1.HeaderClassName
{
color: #6D5E9B;
}
.AnyTagClassName
{
color: #6D5E9B;
}
</style>
background-color css
<style>
a { background-color: #6D5E9B; }
a { background-color: rgb(109,94,155); }
div.DivClassName
{
background-color: #6D5E9B;
}
.BgClassName
{
background-color: #6D5E9B;
}
</style>
border-color css
<style>
span { border-color: #6D5E9B; }
span { border-color: rgb(109,94,155); }
td.TdClassName
{
border-color: #6D5E9B;
}
.TagClassName
{
border-color: #6D5E9B;
}
</style>