Shades of Scampi #6D5D9E
Tints of Scampi #6D5D9E
RGB
CMYK
RGB Variations
Color information
#6D5D9E (or 0x6D5D9E) is known color: Scampi. HEX triplet: 6D, 5D and 9E. RGB value is (109,93,158). Sum of RGB (Red+Green+Blue) = 109+93+158=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D5D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5D9E is #92A261. Grayscale: #686868. Windows color (decimal): -9609826 or 10378605. OLE color: 10378605.
HSL color Cylindrical-coordinate representation of color #6D5D9E: hue angle of 254.77º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D5D9E is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 93 | 158 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.38 |
| HSL | 254.77º | 0.26% | 0.49% | - |
| HSV(B) | 254.77º | 0.41% | 0.62% | - |
| XYZ | 16.39 | 13.55 | 34.1 | - |
| YUV | 105.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 158 | 0.31 | 0.41 | 0 | 0.38 | 254.77 | 0.26 | 0.49 |
| Hex | 6D | 5D | 9E | 1F | 29 | 0 | 26 | FF | 1A | 31 |
| Octal | 155 | 135 | 236 | 37 | 51 | 0 | 46 | 377 | 32 | 61 |
| Binary | 1101101 | 1011101 | 10011110 | 11111 | 101001 | 0 | 100110 | 11111111 | 11010 | 110001 |
Color Harmonies of #6D5D9E
Complementary color
Monochromatic Colors of #6D5D9E
Black with #6D5D9E
Text Example
Text Example
White with #6D5D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D9E; }
p { color: rgb(109,93,158); }
H1.HeaderClassName
{
color: #6D5D9E;
}
.AnyTagClassName
{
color: #6D5D9E;
}
</style>
background-color css
<style>
a { background-color: #6D5D9E; }
a { background-color: rgb(109,93,158); }
div.DivClassName
{
background-color: #6D5D9E;
}
.BgClassName
{
background-color: #6D5D9E;
}
</style>
border-color css
<style>
span { border-color: #6D5D9E; }
span { border-color: rgb(109,93,158); }
td.TdClassName
{
border-color: #6D5D9E;
}
.TagClassName
{
border-color: #6D5D9E;
}
</style>