Shades of Scampi #6C609D
Tints of Scampi #6C609D
RGB
CMYK
RGB Variations
Color information
#6C609D (or 0x6C609D) is known color: Scampi. HEX triplet: 6C, 60 and 9D. RGB value is (108,96,157). Sum of RGB (Red+Green+Blue) = 108+96+157=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C609D is #939F62. Grayscale: #6A6A6A. Windows color (decimal): -9674595 or 10313836. OLE color: 10313836.
HSL color Cylindrical-coordinate representation of color #6C609D: hue angle of 251.8º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C609D is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 96 | 157 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.38 |
| HSL | 251.8º | 0.24% | 0.5% | - |
| HSV(B) | 251.8º | 0.39% | 0.62% | - |
| XYZ | 16.45 | 13.99 | 33.73 | - |
| YUV | 106.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 157 | 0.31 | 0.39 | 0 | 0.38 | 251.8 | 0.24 | 0.5 |
| Hex | 6C | 60 | 9D | 1F | 27 | 0 | 26 | FC | 18 | 32 |
| Octal | 154 | 140 | 235 | 37 | 47 | 0 | 46 | 374 | 30 | 62 |
| Binary | 1101100 | 1100000 | 10011101 | 11111 | 100111 | 0 | 100110 | 11111100 | 11000 | 110010 |
Color Harmonies of #6C609D
Complementary color
Monochromatic Colors of #6C609D
Black with #6C609D
Text Example
Text Example
White with #6C609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C609D; }
p { color: rgb(108,96,157); }
H1.HeaderClassName
{
color: #6C609D;
}
.AnyTagClassName
{
color: #6C609D;
}
</style>
background-color css
<style>
a { background-color: #6C609D; }
a { background-color: rgb(108,96,157); }
div.DivClassName
{
background-color: #6C609D;
}
.BgClassName
{
background-color: #6C609D;
}
</style>
border-color css
<style>
span { border-color: #6C609D; }
span { border-color: rgb(108,96,157); }
td.TdClassName
{
border-color: #6C609D;
}
.TagClassName
{
border-color: #6C609D;
}
</style>