Shades of Scampi #6C61A2
Tints of Scampi #6C61A2
RGB
CMYK
RGB Variations
Color information
#6C61A2 (or 0x6C61A2) is known color: Scampi. HEX triplet: 6C, 61 and A2. RGB value is (108,97,162). Sum of RGB (Red+Green+Blue) = 108+97+162=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #6C61A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C61A2 is #939E5D. Grayscale: #6B6B6B. Windows color (decimal): -9674334 or 10641772. OLE color: 10641772.
HSL color Cylindrical-coordinate representation of color #6C61A2: hue angle of 250.15º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C61A2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 97 | 162 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.36 |
| HSL | 250.15º | 0.26% | 0.51% | - |
| HSV(B) | 250.15º | 0.4% | 0.64% | - |
| XYZ | 16.98 | 14.35 | 36.06 | - |
| YUV | 107.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 162 | 0.33 | 0.40 | 0 | 0.36 | 250.15 | 0.26 | 0.51 |
| Hex | 6C | 61 | A2 | 21 | 28 | 0 | 24 | FA | 1A | 33 |
| Octal | 154 | 141 | 242 | 41 | 50 | 0 | 44 | 372 | 32 | 63 |
| Binary | 1101100 | 1100001 | 10100010 | 100001 | 101000 | 0 | 100100 | 11111010 | 11010 | 110011 |
Color Harmonies of #6C61A2
Complementary color
Monochromatic Colors of #6C61A2
Black with #6C61A2
Text Example
Text Example
White with #6C61A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C61A2; }
p { color: rgb(108,97,162); }
H1.HeaderClassName
{
color: #6C61A2;
}
.AnyTagClassName
{
color: #6C61A2;
}
</style>
background-color css
<style>
a { background-color: #6C61A2; }
a { background-color: rgb(108,97,162); }
div.DivClassName
{
background-color: #6C61A2;
}
.BgClassName
{
background-color: #6C61A2;
}
</style>
border-color css
<style>
span { border-color: #6C61A2; }
span { border-color: rgb(108,97,162); }
td.TdClassName
{
border-color: #6C61A2;
}
.TagClassName
{
border-color: #6C61A2;
}
</style>