Shades of Scampi #6457A2
Tints of Scampi #6457A2
RGB
CMYK
RGB Variations
Color information
#6457A2 (or 0x6457A2) is known color: Scampi. HEX triplet: 64, 57 and A2. RGB value is (100,87,162). Sum of RGB (Red+Green+Blue) = 100+87+162=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #6457A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6457A2 is #9BA85D. Grayscale: #636363. Windows color (decimal): -10201182 or 10639204. OLE color: 10639204.
HSL color Cylindrical-coordinate representation of color #6457A2: hue angle of 250.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6457A2 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 87 | 162 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.36 |
| HSL | 250.4º | 0.3% | 0.49% | - |
| HSV(B) | 250.4º | 0.46% | 0.64% | - |
| XYZ | 15.19 | 12.13 | 35.72 | - |
| YUV | 99.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 162 | 0.38 | 0.46 | 0 | 0.36 | 250.4 | 0.3 | 0.49 |
| Hex | 64 | 57 | A2 | 26 | 2E | 0 | 24 | FA | 1E | 31 |
| Octal | 144 | 127 | 242 | 46 | 56 | 0 | 44 | 372 | 36 | 61 |
| Binary | 1100100 | 1010111 | 10100010 | 100110 | 101110 | 0 | 100100 | 11111010 | 11110 | 110001 |
Color Harmonies of #6457A2
Complementary color
Monochromatic Colors of #6457A2
Black with #6457A2
Text Example
Text Example
White with #6457A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6457A2; }
p { color: rgb(100,87,162); }
H1.HeaderClassName
{
color: #6457A2;
}
.AnyTagClassName
{
color: #6457A2;
}
</style>
background-color css
<style>
a { background-color: #6457A2; }
a { background-color: rgb(100,87,162); }
div.DivClassName
{
background-color: #6457A2;
}
.BgClassName
{
background-color: #6457A2;
}
</style>
border-color css
<style>
span { border-color: #6457A2; }
span { border-color: rgb(100,87,162); }
td.TdClassName
{
border-color: #6457A2;
}
.TagClassName
{
border-color: #6457A2;
}
</style>