Shades of Scampi #6C609A
Tints of Scampi #6C609A
RGB
CMYK
RGB Variations
Color information
#6C609A (or 0x6C609A) is known color: Scampi. HEX triplet: 6C, 60 and 9A. RGB value is (108,96,154). Sum of RGB (Red+Green+Blue) = 108+96+154=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C609A is #939F65. Grayscale: #696969. Windows color (decimal): -9674598 or 10117228. OLE color: 10117228.
HSL color Cylindrical-coordinate representation of color #6C609A: hue angle of 252.41º 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 #6C609A is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 96 | 154 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.40 |
| HSL | 252.41º | 0.23% | 0.49% | - |
| HSV(B) | 252.41º | 0.38% | 0.6% | - |
| XYZ | 16.2 | 13.89 | 32.4 | - |
| YUV | 106.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 154 | 0.30 | 0.38 | 0 | 0.40 | 252.41 | 0.23 | 0.49 |
| Hex | 6C | 60 | 9A | 1E | 26 | 0 | 28 | FC | 17 | 31 |
| Octal | 154 | 140 | 232 | 36 | 46 | 0 | 50 | 374 | 27 | 61 |
| Binary | 1101100 | 1100000 | 10011010 | 11110 | 100110 | 0 | 101000 | 11111100 | 10111 | 110001 |
Color Harmonies of #6C609A
Complementary color
Monochromatic Colors of #6C609A
Black with #6C609A
Text Example
Text Example
White with #6C609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C609A; }
p { color: rgb(108,96,154); }
H1.HeaderClassName
{
color: #6C609A;
}
.AnyTagClassName
{
color: #6C609A;
}
</style>
background-color css
<style>
a { background-color: #6C609A; }
a { background-color: rgb(108,96,154); }
div.DivClassName
{
background-color: #6C609A;
}
.BgClassName
{
background-color: #6C609A;
}
</style>
border-color css
<style>
span { border-color: #6C609A; }
span { border-color: rgb(108,96,154); }
td.TdClassName
{
border-color: #6C609A;
}
.TagClassName
{
border-color: #6C609A;
}
</style>