Shades of Scampi #6A679D
Tints of Scampi #6A679D
RGB
CMYK
RGB Variations
Color information
#6A679D (or 0x6A679D) is known color: Scampi. HEX triplet: 6A, 67 and 9D. RGB value is (106,103,157). Sum of RGB (Red+Green+Blue) = 106+103+157=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A679D is #959862. Grayscale: #6D6D6D. Windows color (decimal): -9803875 or 10315626. OLE color: 10315626.
HSL color Cylindrical-coordinate representation of color #6A679D: hue angle of 243.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A679D is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 103 | 157 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.38 |
| HSL | 243.33º | 0.22% | 0.51% | - |
| HSV(B) | 243.33º | 0.34% | 0.62% | - |
| XYZ | 16.88 | 15.2 | 33.94 | - |
| YUV | 110.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 157 | 0.32 | 0.34 | 0 | 0.38 | 243.33 | 0.22 | 0.51 |
| Hex | 6A | 67 | 9D | 20 | 22 | 0 | 26 | F3 | 16 | 33 |
| Octal | 152 | 147 | 235 | 40 | 42 | 0 | 46 | 363 | 26 | 63 |
| Binary | 1101010 | 1100111 | 10011101 | 100000 | 100010 | 0 | 100110 | 11110011 | 10110 | 110011 |
Color Harmonies of #6A679D
Complementary color
Monochromatic Colors of #6A679D
Black with #6A679D
Text Example
Text Example
White with #6A679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A679D; }
p { color: rgb(106,103,157); }
H1.HeaderClassName
{
color: #6A679D;
}
.AnyTagClassName
{
color: #6A679D;
}
</style>
background-color css
<style>
a { background-color: #6A679D; }
a { background-color: rgb(106,103,157); }
div.DivClassName
{
background-color: #6A679D;
}
.BgClassName
{
background-color: #6A679D;
}
</style>
border-color css
<style>
span { border-color: #6A679D; }
span { border-color: rgb(106,103,157); }
td.TdClassName
{
border-color: #6A679D;
}
.TagClassName
{
border-color: #6A679D;
}
</style>