Shades of Scampi #6E609A
Tints of Scampi #6E609A
RGB
CMYK
RGB Variations
Color information
#6E609A (or 0x6E609A) is known color: Scampi. HEX triplet: 6E, 60 and 9A. RGB value is (110,96,154). Sum of RGB (Red+Green+Blue) = 110+96+154=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E609A is #919F65. Grayscale: #6A6A6A. Windows color (decimal): -9543526 or 10117230. OLE color: 10117230.
HSL color Cylindrical-coordinate representation of color #6E609A: hue angle of 254.48º 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 #6E609A is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 96 | 154 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.40 |
| HSL | 254.48º | 0.23% | 0.49% | - |
| HSV(B) | 254.48º | 0.38% | 0.6% | - |
| XYZ | 16.45 | 14.01 | 32.41 | - |
| YUV | 106.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 154 | 0.29 | 0.38 | 0 | 0.40 | 254.48 | 0.23 | 0.49 |
| Hex | 6E | 60 | 9A | 1D | 26 | 0 | 28 | FE | 17 | 31 |
| Octal | 156 | 140 | 232 | 35 | 46 | 0 | 50 | 376 | 27 | 61 |
| Binary | 1101110 | 1100000 | 10011010 | 11101 | 100110 | 0 | 101000 | 11111110 | 10111 | 110001 |
Color Harmonies of #6E609A
Complementary color
Monochromatic Colors of #6E609A
Black with #6E609A
Text Example
Text Example
White with #6E609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E609A; }
p { color: rgb(110,96,154); }
H1.HeaderClassName
{
color: #6E609A;
}
.AnyTagClassName
{
color: #6E609A;
}
</style>
background-color css
<style>
a { background-color: #6E609A; }
a { background-color: rgb(110,96,154); }
div.DivClassName
{
background-color: #6E609A;
}
.BgClassName
{
background-color: #6E609A;
}
</style>
border-color css
<style>
span { border-color: #6E609A; }
span { border-color: rgb(110,96,154); }
td.TdClassName
{
border-color: #6E609A;
}
.TagClassName
{
border-color: #6E609A;
}
</style>