Shades of Scampi #6D629E
Tints of Scampi #6D629E
RGB
CMYK
RGB Variations
Color information
#6D629E (or 0x6D629E) is known color: Scampi. HEX triplet: 6D, 62 and 9E. RGB value is (109,98,158). Sum of RGB (Red+Green+Blue) = 109+98+158=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D629E is #929D61. Grayscale: #6B6B6B. Windows color (decimal): -9608546 or 10379885. OLE color: 10379885.
HSL color Cylindrical-coordinate representation of color #6D629E: hue angle of 251º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D629E is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 98 | 158 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.38 |
| HSL | 251º | 0.24% | 0.5% | - |
| HSV(B) | 251º | 0.38% | 0.62% | - |
| XYZ | 16.85 | 14.46 | 34.25 | - |
| YUV | 108.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 158 | 0.31 | 0.38 | 0 | 0.38 | 251 | 0.24 | 0.5 |
| Hex | 6D | 62 | 9E | 1F | 26 | 0 | 26 | FB | 18 | 32 |
| Octal | 155 | 142 | 236 | 37 | 46 | 0 | 46 | 373 | 30 | 62 |
| Binary | 1101101 | 1100010 | 10011110 | 11111 | 100110 | 0 | 100110 | 11111011 | 11000 | 110010 |
Color Harmonies of #6D629E
Complementary color
Monochromatic Colors of #6D629E
Black with #6D629E
Text Example
Text Example
White with #6D629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D629E; }
p { color: rgb(109,98,158); }
H1.HeaderClassName
{
color: #6D629E;
}
.AnyTagClassName
{
color: #6D629E;
}
</style>
background-color css
<style>
a { background-color: #6D629E; }
a { background-color: rgb(109,98,158); }
div.DivClassName
{
background-color: #6D629E;
}
.BgClassName
{
background-color: #6D629E;
}
</style>
border-color css
<style>
span { border-color: #6D629E; }
span { border-color: rgb(109,98,158); }
td.TdClassName
{
border-color: #6D629E;
}
.TagClassName
{
border-color: #6D629E;
}
</style>