Shades of Scampi #625B96
Tints of Scampi #625B96
RGB
CMYK
RGB Variations
Color information
#625B96 (or 0x625B96) is known color: Scampi. HEX triplet: 62, 5B and 96. RGB value is (98,91,150). Sum of RGB (Red+Green+Blue) = 98+91+150=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #625B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B96 is #9DA469. Grayscale: #636363. Windows color (decimal): -10331242 or 9853794. OLE color: 9853794.
HSL color Cylindrical-coordinate representation of color #625B96: hue angle of 247.12º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625B96 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 91 | 150 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.41 |
| HSL | 247.12º | 0.24% | 0.47% | - |
| HSV(B) | 247.12º | 0.39% | 0.59% | - |
| XYZ | 14.28 | 12.28 | 30.47 | - |
| YUV | 99.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 150 | 0.35 | 0.39 | 0 | 0.41 | 247.12 | 0.24 | 0.47 |
| Hex | 62 | 5B | 96 | 23 | 27 | 0 | 29 | F7 | 18 | 2F |
| Octal | 142 | 133 | 226 | 43 | 47 | 0 | 51 | 367 | 30 | 57 |
| Binary | 1100010 | 1011011 | 10010110 | 100011 | 100111 | 0 | 101001 | 11110111 | 11000 | 101111 |
Color Harmonies of #625B96
Complementary color
Monochromatic Colors of #625B96
Black with #625B96
Text Example
Text Example
White with #625B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B96; }
p { color: rgb(98,91,150); }
H1.HeaderClassName
{
color: #625B96;
}
.AnyTagClassName
{
color: #625B96;
}
</style>
background-color css
<style>
a { background-color: #625B96; }
a { background-color: rgb(98,91,150); }
div.DivClassName
{
background-color: #625B96;
}
.BgClassName
{
background-color: #625B96;
}
</style>
border-color css
<style>
span { border-color: #625B96; }
span { border-color: rgb(98,91,150); }
td.TdClassName
{
border-color: #625B96;
}
.TagClassName
{
border-color: #625B96;
}
</style>