Shades of Scampi #675A9D
Tints of Scampi #675A9D
RGB
CMYK
RGB Variations
Color information
#675A9D (or 0x675A9D) is known color: Scampi. HEX triplet: 67, 5A and 9D. RGB value is (103,90,157). Sum of RGB (Red+Green+Blue) = 103+90+157=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #675A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675A9D is #98A562. Grayscale: #656565. Windows color (decimal): -10003811 or 10312295. OLE color: 10312295.
HSL color Cylindrical-coordinate representation of color #675A9D: hue angle of 251.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #675A9D is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 90 | 157 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.38 |
| HSL | 251.64º | 0.27% | 0.48% | - |
| HSV(B) | 251.64º | 0.43% | 0.62% | - |
| XYZ | 15.34 | 12.63 | 33.53 | - |
| YUV | 101.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 157 | 0.34 | 0.43 | 0 | 0.38 | 251.64 | 0.27 | 0.48 |
| Hex | 67 | 5A | 9D | 22 | 2B | 0 | 26 | FC | 1B | 30 |
| Octal | 147 | 132 | 235 | 42 | 53 | 0 | 46 | 374 | 33 | 60 |
| Binary | 1100111 | 1011010 | 10011101 | 100010 | 101011 | 0 | 100110 | 11111100 | 11011 | 110000 |
Color Harmonies of #675A9D
Complementary color
Monochromatic Colors of #675A9D
Black with #675A9D
Text Example
Text Example
White with #675A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A9D; }
p { color: rgb(103,90,157); }
H1.HeaderClassName
{
color: #675A9D;
}
.AnyTagClassName
{
color: #675A9D;
}
</style>
background-color css
<style>
a { background-color: #675A9D; }
a { background-color: rgb(103,90,157); }
div.DivClassName
{
background-color: #675A9D;
}
.BgClassName
{
background-color: #675A9D;
}
</style>
border-color css
<style>
span { border-color: #675A9D; }
span { border-color: rgb(103,90,157); }
td.TdClassName
{
border-color: #675A9D;
}
.TagClassName
{
border-color: #675A9D;
}
</style>