Shades of Scampi #6854A2
Tints of Scampi #6854A2
RGB
CMYK
RGB Variations
Color information
#6854A2 (or 0x6854A2) is known color: Scampi. HEX triplet: 68, 54 and A2. RGB value is (104,84,162). Sum of RGB (Red+Green+Blue) = 104+84+162=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 162 - color contains mainly: blue. Hex color #6854A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6854A2 is #97AB5D. Grayscale: #626262. Windows color (decimal): -9939806 or 10638440. OLE color: 10638440.
HSL color Cylindrical-coordinate representation of color #6854A2: hue angle of 255.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6854A2 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 84 | 162 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.36 |
| HSL | 255.38º | 0.32% | 0.48% | - |
| HSV(B) | 255.38º | 0.48% | 0.64% | - |
| XYZ | 15.4 | 11.89 | 35.67 | - |
| YUV | 98.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 162 | 0.36 | 0.48 | 0 | 0.36 | 255.38 | 0.32 | 0.48 |
| Hex | 68 | 54 | A2 | 24 | 30 | 0 | 24 | FF | 20 | 30 |
| Octal | 150 | 124 | 242 | 44 | 60 | 0 | 44 | 377 | 40 | 60 |
| Binary | 1101000 | 1010100 | 10100010 | 100100 | 110000 | 0 | 100100 | 11111111 | 100000 | 110000 |
Color Harmonies of #6854A2
Complementary color
Monochromatic Colors of #6854A2
Black with #6854A2
Text Example
Text Example
White with #6854A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6854A2; }
p { color: rgb(104,84,162); }
H1.HeaderClassName
{
color: #6854A2;
}
.AnyTagClassName
{
color: #6854A2;
}
</style>
background-color css
<style>
a { background-color: #6854A2; }
a { background-color: rgb(104,84,162); }
div.DivClassName
{
background-color: #6854A2;
}
.BgClassName
{
background-color: #6854A2;
}
</style>
border-color css
<style>
span { border-color: #6854A2; }
span { border-color: rgb(104,84,162); }
td.TdClassName
{
border-color: #6854A2;
}
.TagClassName
{
border-color: #6854A2;
}
</style>