Shades of Scampi #625E9C
Tints of Scampi #625E9C
RGB
CMYK
RGB Variations
Color information
#625E9C (or 0x625E9C) is known color: Scampi. HEX triplet: 62, 5E and 9C. RGB value is (98,94,156). Sum of RGB (Red+Green+Blue) = 98+94+156=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #625E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E9C is #9DA163. Grayscale: #666666. Windows color (decimal): -10330468 or 10247778. OLE color: 10247778.
HSL color Cylindrical-coordinate representation of color #625E9C: hue angle of 243.87º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #625E9C is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 94 | 156 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.39 |
| HSL | 243.87º | 0.25% | 0.49% | - |
| HSV(B) | 243.87º | 0.4% | 0.61% | - |
| XYZ | 15.04 | 13 | 33.17 | - |
| YUV | 102.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 156 | 0.37 | 0.40 | 0 | 0.39 | 243.87 | 0.25 | 0.49 |
| Hex | 62 | 5E | 9C | 25 | 28 | 0 | 27 | F4 | 19 | 31 |
| Octal | 142 | 136 | 234 | 45 | 50 | 0 | 47 | 364 | 31 | 61 |
| Binary | 1100010 | 1011110 | 10011100 | 100101 | 101000 | 0 | 100111 | 11110100 | 11001 | 110001 |
Color Harmonies of #625E9C
Complementary color
Monochromatic Colors of #625E9C
Black with #625E9C
Text Example
Text Example
White with #625E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E9C; }
p { color: rgb(98,94,156); }
H1.HeaderClassName
{
color: #625E9C;
}
.AnyTagClassName
{
color: #625E9C;
}
</style>
background-color css
<style>
a { background-color: #625E9C; }
a { background-color: rgb(98,94,156); }
div.DivClassName
{
background-color: #625E9C;
}
.BgClassName
{
background-color: #625E9C;
}
</style>
border-color css
<style>
span { border-color: #625E9C; }
span { border-color: rgb(98,94,156); }
td.TdClassName
{
border-color: #625E9C;
}
.TagClassName
{
border-color: #625E9C;
}
</style>