Shades of Scampi #6E679C
Tints of Scampi #6E679C
RGB
CMYK
RGB Variations
Color information
#6E679C (or 0x6E679C) is known color: Scampi. HEX triplet: 6E, 67 and 9C. RGB value is (110,103,156). Sum of RGB (Red+Green+Blue) = 110+103+156=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E679C is #919863. Grayscale: #6E6E6E. Windows color (decimal): -9541732 or 10250094. OLE color: 10250094.
HSL color Cylindrical-coordinate representation of color #6E679C: hue angle of 247.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E679C is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 103 | 156 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.39 |
| HSL | 247.92º | 0.21% | 0.51% | - |
| HSV(B) | 247.92º | 0.34% | 0.61% | - |
| XYZ | 17.28 | 15.42 | 33.52 | - |
| YUV | 111.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 156 | 0.29 | 0.34 | 0 | 0.39 | 247.92 | 0.21 | 0.51 |
| Hex | 6E | 67 | 9C | 1D | 22 | 0 | 27 | F8 | 15 | 33 |
| Octal | 156 | 147 | 234 | 35 | 42 | 0 | 47 | 370 | 25 | 63 |
| Binary | 1101110 | 1100111 | 10011100 | 11101 | 100010 | 0 | 100111 | 11111000 | 10101 | 110011 |
Color Harmonies of #6E679C
Complementary color
Monochromatic Colors of #6E679C
Black with #6E679C
Text Example
Text Example
White with #6E679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E679C; }
p { color: rgb(110,103,156); }
H1.HeaderClassName
{
color: #6E679C;
}
.AnyTagClassName
{
color: #6E679C;
}
</style>
background-color css
<style>
a { background-color: #6E679C; }
a { background-color: rgb(110,103,156); }
div.DivClassName
{
background-color: #6E679C;
}
.BgClassName
{
background-color: #6E679C;
}
</style>
border-color css
<style>
span { border-color: #6E679C; }
span { border-color: rgb(110,103,156); }
td.TdClassName
{
border-color: #6E679C;
}
.TagClassName
{
border-color: #6E679C;
}
</style>