Shades of Scampi #625B97
Tints of Scampi #625B97
RGB
CMYK
RGB Variations
Color information
#625B97 (or 0x625B97) is known color: Scampi. HEX triplet: 62, 5B and 97. RGB value is (98,91,151). Sum of RGB (Red+Green+Blue) = 98+91+151=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #625B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B97 is #9DA468. Grayscale: #636363. Windows color (decimal): -10331241 or 9919330. OLE color: 9919330.
HSL color Cylindrical-coordinate representation of color #625B97: hue angle of 247º 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 #625B97 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 91 | 151 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.41 |
| HSL | 247º | 0.25% | 0.47% | - |
| HSV(B) | 247º | 0.4% | 0.59% | - |
| XYZ | 14.36 | 12.31 | 30.9 | - |
| YUV | 99.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 151 | 0.35 | 0.40 | 0 | 0.41 | 247 | 0.25 | 0.47 |
| Hex | 62 | 5B | 97 | 23 | 28 | 0 | 29 | F7 | 19 | 2F |
| Octal | 142 | 133 | 227 | 43 | 50 | 0 | 51 | 367 | 31 | 57 |
| Binary | 1100010 | 1011011 | 10010111 | 100011 | 101000 | 0 | 101001 | 11110111 | 11001 | 101111 |
Color Harmonies of #625B97
Complementary color
Monochromatic Colors of #625B97
Black with #625B97
Text Example
Text Example
White with #625B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B97; }
p { color: rgb(98,91,151); }
H1.HeaderClassName
{
color: #625B97;
}
.AnyTagClassName
{
color: #625B97;
}
</style>
background-color css
<style>
a { background-color: #625B97; }
a { background-color: rgb(98,91,151); }
div.DivClassName
{
background-color: #625B97;
}
.BgClassName
{
background-color: #625B97;
}
</style>
border-color css
<style>
span { border-color: #625B97; }
span { border-color: rgb(98,91,151); }
td.TdClassName
{
border-color: #625B97;
}
.TagClassName
{
border-color: #625B97;
}
</style>