Shades of Scampi #6D609A
Tints of Scampi #6D609A
RGB
CMYK
RGB Variations
Color information
#6D609A (or 0x6D609A) is known color: Scampi. HEX triplet: 6D, 60 and 9A. RGB value is (109,96,154). Sum of RGB (Red+Green+Blue) = 109+96+154=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D609A is #929F65. Grayscale: #6A6A6A. Windows color (decimal): -9609062 or 10117229. OLE color: 10117229.
HSL color Cylindrical-coordinate representation of color #6D609A: hue angle of 253.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D609A is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 96 | 154 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.40 |
| HSL | 253.45º | 0.23% | 0.49% | - |
| HSV(B) | 253.45º | 0.38% | 0.6% | - |
| XYZ | 16.32 | 13.95 | 32.4 | - |
| YUV | 106.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 154 | 0.29 | 0.38 | 0 | 0.40 | 253.45 | 0.23 | 0.49 |
| Hex | 6D | 60 | 9A | 1D | 26 | 0 | 28 | FD | 17 | 31 |
| Octal | 155 | 140 | 232 | 35 | 46 | 0 | 50 | 375 | 27 | 61 |
| Binary | 1101101 | 1100000 | 10011010 | 11101 | 100110 | 0 | 101000 | 11111101 | 10111 | 110001 |
Color Harmonies of #6D609A
Complementary color
Monochromatic Colors of #6D609A
Black with #6D609A
Text Example
Text Example
White with #6D609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D609A; }
p { color: rgb(109,96,154); }
H1.HeaderClassName
{
color: #6D609A;
}
.AnyTagClassName
{
color: #6D609A;
}
</style>
background-color css
<style>
a { background-color: #6D609A; }
a { background-color: rgb(109,96,154); }
div.DivClassName
{
background-color: #6D609A;
}
.BgClassName
{
background-color: #6D609A;
}
</style>
border-color css
<style>
span { border-color: #6D609A; }
span { border-color: rgb(109,96,154); }
td.TdClassName
{
border-color: #6D609A;
}
.TagClassName
{
border-color: #6D609A;
}
</style>