Shades of Scampi #6A6894
Tints of Scampi #6A6894
RGB
CMYK
RGB Variations
Color information
#6A6894 (or 0x6A6894) is known color: Scampi. HEX triplet: 6A, 68 and 94. RGB value is (106,104,148). Sum of RGB (Red+Green+Blue) = 106+104+148=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A6894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6894 is #95976B. Grayscale: #6D6D6D. Windows color (decimal): -9803628 or 9726058. OLE color: 9726058.
HSL color Cylindrical-coordinate representation of color #6A6894: hue angle of 242.73º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A6894 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 104 | 148 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.42 |
| HSL | 242.73º | 0.17% | 0.49% | - |
| HSV(B) | 242.73º | 0.3% | 0.58% | - |
| XYZ | 16.24 | 15.1 | 30.08 | - |
| YUV | 109.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 148 | 0.28 | 0.30 | 0 | 0.42 | 242.73 | 0.17 | 0.49 |
| Hex | 6A | 68 | 94 | 1C | 1E | 0 | 2A | F3 | 11 | 31 |
| Octal | 152 | 150 | 224 | 34 | 36 | 0 | 52 | 363 | 21 | 61 |
| Binary | 1101010 | 1101000 | 10010100 | 11100 | 11110 | 0 | 101010 | 11110011 | 10001 | 110001 |
Color Harmonies of #6A6894
Complementary color
Monochromatic Colors of #6A6894
Black with #6A6894
Text Example
Text Example
White with #6A6894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6894; }
p { color: rgb(106,104,148); }
H1.HeaderClassName
{
color: #6A6894;
}
.AnyTagClassName
{
color: #6A6894;
}
</style>
background-color css
<style>
a { background-color: #6A6894; }
a { background-color: rgb(106,104,148); }
div.DivClassName
{
background-color: #6A6894;
}
.BgClassName
{
background-color: #6A6894;
}
</style>
border-color css
<style>
span { border-color: #6A6894; }
span { border-color: rgb(106,104,148); }
td.TdClassName
{
border-color: #6A6894;
}
.TagClassName
{
border-color: #6A6894;
}
</style>