Shades of Scampi #6E609F
Tints of Scampi #6E609F
RGB
CMYK
RGB Variations
Color information
#6E609F (or 0x6E609F) is known color: Scampi. HEX triplet: 6E, 60 and 9F. RGB value is (110,96,159). Sum of RGB (Red+Green+Blue) = 110+96+159=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E609F is #919F60. Grayscale: #6B6B6B. Windows color (decimal): -9543521 or 10444910. OLE color: 10444910.
HSL color Cylindrical-coordinate representation of color #6E609F: hue angle of 253.33º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E609F is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 96 | 159 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.38 |
| HSL | 253.33º | 0.25% | 0.5% | - |
| HSV(B) | 253.33º | 0.4% | 0.62% | - |
| XYZ | 16.87 | 14.18 | 34.65 | - |
| YUV | 107.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 159 | 0.31 | 0.40 | 0 | 0.38 | 253.33 | 0.25 | 0.5 |
| Hex | 6E | 60 | 9F | 1F | 28 | 0 | 26 | FD | 19 | 32 |
| Octal | 156 | 140 | 237 | 37 | 50 | 0 | 46 | 375 | 31 | 62 |
| Binary | 1101110 | 1100000 | 10011111 | 11111 | 101000 | 0 | 100110 | 11111101 | 11001 | 110010 |
Color Harmonies of #6E609F
Complementary color
Monochromatic Colors of #6E609F
Black with #6E609F
Text Example
Text Example
White with #6E609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E609F; }
p { color: rgb(110,96,159); }
H1.HeaderClassName
{
color: #6E609F;
}
.AnyTagClassName
{
color: #6E609F;
}
</style>
background-color css
<style>
a { background-color: #6E609F; }
a { background-color: rgb(110,96,159); }
div.DivClassName
{
background-color: #6E609F;
}
.BgClassName
{
background-color: #6E609F;
}
</style>
border-color css
<style>
span { border-color: #6E609F; }
span { border-color: rgb(110,96,159); }
td.TdClassName
{
border-color: #6E609F;
}
.TagClassName
{
border-color: #6E609F;
}
</style>