Shades of Scampi #6A639E
Tints of Scampi #6A639E
RGB
CMYK
RGB Variations
Color information
#6A639E (or 0x6A639E) is known color: Scampi. HEX triplet: 6A, 63 and 9E. RGB value is (106,99,158). Sum of RGB (Red+Green+Blue) = 106+99+158=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A639E is #959C61. Grayscale: #6B6B6B. Windows color (decimal): -9804898 or 10380138. OLE color: 10380138.
HSL color Cylindrical-coordinate representation of color #6A639E: hue angle of 247.12º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A639E is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 99 | 158 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.38 |
| HSL | 247.12º | 0.23% | 0.5% | - |
| HSV(B) | 247.12º | 0.37% | 0.62% | - |
| XYZ | 16.58 | 14.46 | 34.26 | - |
| YUV | 107.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 158 | 0.33 | 0.37 | 0 | 0.38 | 247.12 | 0.23 | 0.5 |
| Hex | 6A | 63 | 9E | 21 | 25 | 0 | 26 | F7 | 17 | 32 |
| Octal | 152 | 143 | 236 | 41 | 45 | 0 | 46 | 367 | 27 | 62 |
| Binary | 1101010 | 1100011 | 10011110 | 100001 | 100101 | 0 | 100110 | 11110111 | 10111 | 110010 |
Color Harmonies of #6A639E
Complementary color
Monochromatic Colors of #6A639E
Black with #6A639E
Text Example
Text Example
White with #6A639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A639E; }
p { color: rgb(106,99,158); }
H1.HeaderClassName
{
color: #6A639E;
}
.AnyTagClassName
{
color: #6A639E;
}
</style>
background-color css
<style>
a { background-color: #6A639E; }
a { background-color: rgb(106,99,158); }
div.DivClassName
{
background-color: #6A639E;
}
.BgClassName
{
background-color: #6A639E;
}
</style>
border-color css
<style>
span { border-color: #6A639E; }
span { border-color: rgb(106,99,158); }
td.TdClassName
{
border-color: #6A639E;
}
.TagClassName
{
border-color: #6A639E;
}
</style>