Shades of Scampi #6D609B
Tints of Scampi #6D609B
RGB
CMYK
RGB Variations
Color information
#6D609B (or 0x6D609B) is known color: Scampi. HEX triplet: 6D, 60 and 9B. RGB value is (109,96,155). Sum of RGB (Red+Green+Blue) = 109+96+155=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D609B is #929F64. Grayscale: #6A6A6A. Windows color (decimal): -9609061 or 10182765. OLE color: 10182765.
HSL color Cylindrical-coordinate representation of color #6D609B: hue angle of 253.22º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D609B is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 96 | 155 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.39 |
| HSL | 253.22º | 0.24% | 0.49% | - |
| HSV(B) | 253.22º | 0.38% | 0.61% | - |
| XYZ | 16.41 | 13.98 | 32.84 | - |
| YUV | 106.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 155 | 0.30 | 0.38 | 0 | 0.39 | 253.22 | 0.24 | 0.49 |
| Hex | 6D | 60 | 9B | 1E | 26 | 0 | 27 | FD | 18 | 31 |
| Octal | 155 | 140 | 233 | 36 | 46 | 0 | 47 | 375 | 30 | 61 |
| Binary | 1101101 | 1100000 | 10011011 | 11110 | 100110 | 0 | 100111 | 11111101 | 11000 | 110001 |
Color Harmonies of #6D609B
Complementary color
Monochromatic Colors of #6D609B
Black with #6D609B
Text Example
Text Example
White with #6D609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D609B; }
p { color: rgb(109,96,155); }
H1.HeaderClassName
{
color: #6D609B;
}
.AnyTagClassName
{
color: #6D609B;
}
</style>
background-color css
<style>
a { background-color: #6D609B; }
a { background-color: rgb(109,96,155); }
div.DivClassName
{
background-color: #6D609B;
}
.BgClassName
{
background-color: #6D609B;
}
</style>
border-color css
<style>
span { border-color: #6D609B; }
span { border-color: rgb(109,96,155); }
td.TdClassName
{
border-color: #6D609B;
}
.TagClassName
{
border-color: #6D609B;
}
</style>