Shades of Scampi #625A96
Tints of Scampi #625A96
RGB
CMYK
RGB Variations
Color information
#625A96 (or 0x625A96) is known color: Scampi. HEX triplet: 62, 5A and 96. RGB value is (98,90,150). Sum of RGB (Red+Green+Blue) = 98+90+150=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #625A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625A96 is #9DA569. Grayscale: #636363. Windows color (decimal): -10331498 or 9853538. OLE color: 9853538.
HSL color Cylindrical-coordinate representation of color #625A96: hue angle of 248º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #625A96 is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 90 | 150 | - |
| CMYK | 0.35 | 0.4 | 0 | 0.41 |
| HSL | 248º | 0.25% | 0.47% | - |
| HSV(B) | 248º | 0.4% | 0.59% | - |
| XYZ | 14.2 | 12.11 | 30.44 | - |
| YUV | 99.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 150 | 0.35 | 0.4 | 0 | 0.41 | 248 | 0.25 | 0.47 |
| Hex | 62 | 5A | 96 | 23 | 28 | 0 | 29 | F8 | 19 | 2F |
| Octal | 142 | 132 | 226 | 43 | 50 | 0 | 51 | 370 | 31 | 57 |
| Binary | 1100010 | 1011010 | 10010110 | 100011 | 101000 | 0 | 101001 | 11111000 | 11001 | 101111 |
Color Harmonies of #625A96
Complementary color
Monochromatic Colors of #625A96
Black with #625A96
Text Example
Text Example
White with #625A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A96; }
p { color: rgb(98,90,150); }
H1.HeaderClassName
{
color: #625A96;
}
.AnyTagClassName
{
color: #625A96;
}
</style>
background-color css
<style>
a { background-color: #625A96; }
a { background-color: rgb(98,90,150); }
div.DivClassName
{
background-color: #625A96;
}
.BgClassName
{
background-color: #625A96;
}
</style>
border-color css
<style>
span { border-color: #625A96; }
span { border-color: rgb(98,90,150); }
td.TdClassName
{
border-color: #625A96;
}
.TagClassName
{
border-color: #625A96;
}
</style>