Shades of Scampi #626094
Tints of Scampi #626094
RGB
CMYK
RGB Variations
Color information
#626094 (or 0x626094) is known color: Scampi. HEX triplet: 62, 60 and 94. RGB value is (98,96,148). Sum of RGB (Red+Green+Blue) = 98+96+148=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #626094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626094 is #9D9F6B. Grayscale: #666666. Windows color (decimal): -10329964 or 9724002. OLE color: 9724002.
HSL color Cylindrical-coordinate representation of color #626094: hue angle of 242.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626094 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 96 | 148 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.42 |
| HSL | 242.31º | 0.21% | 0.48% | - |
| HSV(B) | 242.31º | 0.35% | 0.58% | - |
| XYZ | 14.57 | 13.1 | 29.78 | - |
| YUV | 102.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 148 | 0.34 | 0.35 | 0 | 0.42 | 242.31 | 0.21 | 0.48 |
| Hex | 62 | 60 | 94 | 22 | 23 | 0 | 2A | F2 | 15 | 30 |
| Octal | 142 | 140 | 224 | 42 | 43 | 0 | 52 | 362 | 25 | 60 |
| Binary | 1100010 | 1100000 | 10010100 | 100010 | 100011 | 0 | 101010 | 11110010 | 10101 | 110000 |
Color Harmonies of #626094
Complementary color
Monochromatic Colors of #626094
Black with #626094
Text Example
Text Example
White with #626094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626094; }
p { color: rgb(98,96,148); }
H1.HeaderClassName
{
color: #626094;
}
.AnyTagClassName
{
color: #626094;
}
</style>
background-color css
<style>
a { background-color: #626094; }
a { background-color: rgb(98,96,148); }
div.DivClassName
{
background-color: #626094;
}
.BgClassName
{
background-color: #626094;
}
</style>
border-color css
<style>
span { border-color: #626094; }
span { border-color: rgb(98,96,148); }
td.TdClassName
{
border-color: #626094;
}
.TagClassName
{
border-color: #626094;
}
</style>