Shades of Scampi #6E669C
Tints of Scampi #6E669C
RGB
CMYK
RGB Variations
Color information
#6E669C (or 0x6E669C) is known color: Scampi. HEX triplet: 6E, 66 and 9C. RGB value is (110,102,156). Sum of RGB (Red+Green+Blue) = 110+102+156=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E669C is #919963. Grayscale: #6E6E6E. Windows color (decimal): -9541988 or 10249838. OLE color: 10249838.
HSL color Cylindrical-coordinate representation of color #6E669C: hue angle of 248.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E669C is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 102 | 156 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.39 |
| HSL | 248.89º | 0.21% | 0.51% | - |
| HSV(B) | 248.89º | 0.35% | 0.61% | - |
| XYZ | 17.18 | 15.22 | 33.48 | - |
| YUV | 110.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 156 | 0.29 | 0.35 | 0 | 0.39 | 248.89 | 0.21 | 0.51 |
| Hex | 6E | 66 | 9C | 1D | 23 | 0 | 27 | F9 | 15 | 33 |
| Octal | 156 | 146 | 234 | 35 | 43 | 0 | 47 | 371 | 25 | 63 |
| Binary | 1101110 | 1100110 | 10011100 | 11101 | 100011 | 0 | 100111 | 11111001 | 10101 | 110011 |
Color Harmonies of #6E669C
Complementary color
Monochromatic Colors of #6E669C
Black with #6E669C
Text Example
Text Example
White with #6E669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E669C; }
p { color: rgb(110,102,156); }
H1.HeaderClassName
{
color: #6E669C;
}
.AnyTagClassName
{
color: #6E669C;
}
</style>
background-color css
<style>
a { background-color: #6E669C; }
a { background-color: rgb(110,102,156); }
div.DivClassName
{
background-color: #6E669C;
}
.BgClassName
{
background-color: #6E669C;
}
</style>
border-color css
<style>
span { border-color: #6E669C; }
span { border-color: rgb(110,102,156); }
td.TdClassName
{
border-color: #6E669C;
}
.TagClassName
{
border-color: #6E669C;
}
</style>