Shades of Scampi #625B95
Tints of Scampi #625B95
RGB
CMYK
RGB Variations
Color information
#625B95 (or 0x625B95) is known color: Scampi. HEX triplet: 62, 5B and 95. RGB value is (98,91,149). Sum of RGB (Red+Green+Blue) = 98+91+149=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #625B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B95 is #9DA46A. Grayscale: #636363. Windows color (decimal): -10331243 or 9788258. OLE color: 9788258.
HSL color Cylindrical-coordinate representation of color #625B95: hue angle of 247.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625B95 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 91 | 149 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.42 |
| HSL | 247.24º | 0.24% | 0.47% | - |
| HSV(B) | 247.24º | 0.39% | 0.58% | - |
| XYZ | 14.2 | 12.25 | 30.05 | - |
| YUV | 99.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 149 | 0.34 | 0.39 | 0 | 0.42 | 247.24 | 0.24 | 0.47 |
| Hex | 62 | 5B | 95 | 22 | 27 | 0 | 2A | F7 | 18 | 2F |
| Octal | 142 | 133 | 225 | 42 | 47 | 0 | 52 | 367 | 30 | 57 |
| Binary | 1100010 | 1011011 | 10010101 | 100010 | 100111 | 0 | 101010 | 11110111 | 11000 | 101111 |
Color Harmonies of #625B95
Complementary color
Monochromatic Colors of #625B95
Black with #625B95
Text Example
Text Example
White with #625B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B95; }
p { color: rgb(98,91,149); }
H1.HeaderClassName
{
color: #625B95;
}
.AnyTagClassName
{
color: #625B95;
}
</style>
background-color css
<style>
a { background-color: #625B95; }
a { background-color: rgb(98,91,149); }
div.DivClassName
{
background-color: #625B95;
}
.BgClassName
{
background-color: #625B95;
}
</style>
border-color css
<style>
span { border-color: #625B95; }
span { border-color: rgb(98,91,149); }
td.TdClassName
{
border-color: #625B95;
}
.TagClassName
{
border-color: #625B95;
}
</style>