Shades of Scampi #6461A0
Tints of Scampi #6461A0
RGB
CMYK
RGB Variations
Color information
#6461A0 (or 0x6461A0) is known color: Scampi. HEX triplet: 64, 61 and A0. RGB value is (100,97,160). Sum of RGB (Red+Green+Blue) = 100+97+160=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #6461A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6461A0 is #9B9E5F. Grayscale: #686868. Windows color (decimal): -10198624 or 10510692. OLE color: 10510692.
HSL color Cylindrical-coordinate representation of color #6461A0: hue angle of 242.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6461A0 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 97 | 160 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.37 |
| HSL | 242.86º | 0.25% | 0.5% | - |
| HSV(B) | 242.86º | 0.39% | 0.63% | - |
| XYZ | 15.88 | 13.8 | 35.08 | - |
| YUV | 105.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 160 | 0.38 | 0.39 | 0 | 0.37 | 242.86 | 0.25 | 0.5 |
| Hex | 64 | 61 | A0 | 26 | 27 | 0 | 25 | F3 | 19 | 32 |
| Octal | 144 | 141 | 240 | 46 | 47 | 0 | 45 | 363 | 31 | 62 |
| Binary | 1100100 | 1100001 | 10100000 | 100110 | 100111 | 0 | 100101 | 11110011 | 11001 | 110010 |
Color Harmonies of #6461A0
Complementary color
Monochromatic Colors of #6461A0
Black with #6461A0
Text Example
Text Example
White with #6461A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6461A0; }
p { color: rgb(100,97,160); }
H1.HeaderClassName
{
color: #6461A0;
}
.AnyTagClassName
{
color: #6461A0;
}
</style>
background-color css
<style>
a { background-color: #6461A0; }
a { background-color: rgb(100,97,160); }
div.DivClassName
{
background-color: #6461A0;
}
.BgClassName
{
background-color: #6461A0;
}
</style>
border-color css
<style>
span { border-color: #6461A0; }
span { border-color: rgb(100,97,160); }
td.TdClassName
{
border-color: #6461A0;
}
.TagClassName
{
border-color: #6461A0;
}
</style>