Shades of Scampi #62579E
Tints of Scampi #62579E
RGB
CMYK
RGB Variations
Color information
#62579E (or 0x62579E) is known color: Scampi. HEX triplet: 62, 57 and 9E. RGB value is (98,87,158). Sum of RGB (Red+Green+Blue) = 98+87+158=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #62579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62579E is #9DA861. Grayscale: #626262. Windows color (decimal): -10332258 or 10377058. OLE color: 10377058.
HSL color Cylindrical-coordinate representation of color #62579E: hue angle of 249.3º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62579E is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 87 | 158 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.38 |
| HSL | 249.3º | 0.29% | 0.48% | - |
| HSV(B) | 249.3º | 0.45% | 0.62% | - |
| XYZ | 14.62 | 11.88 | 33.87 | - |
| YUV | 98.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 158 | 0.38 | 0.45 | 0 | 0.38 | 249.3 | 0.29 | 0.48 |
| Hex | 62 | 57 | 9E | 26 | 2D | 0 | 26 | F9 | 1D | 30 |
| Octal | 142 | 127 | 236 | 46 | 55 | 0 | 46 | 371 | 35 | 60 |
| Binary | 1100010 | 1010111 | 10011110 | 100110 | 101101 | 0 | 100110 | 11111001 | 11101 | 110000 |
Color Harmonies of #62579E
Complementary color
Monochromatic Colors of #62579E
Black with #62579E
Text Example
Text Example
White with #62579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62579E; }
p { color: rgb(98,87,158); }
H1.HeaderClassName
{
color: #62579E;
}
.AnyTagClassName
{
color: #62579E;
}
</style>
background-color css
<style>
a { background-color: #62579E; }
a { background-color: rgb(98,87,158); }
div.DivClassName
{
background-color: #62579E;
}
.BgClassName
{
background-color: #62579E;
}
</style>
border-color css
<style>
span { border-color: #62579E; }
span { border-color: rgb(98,87,158); }
td.TdClassName
{
border-color: #62579E;
}
.TagClassName
{
border-color: #62579E;
}
</style>