Shades of Scampi #675DA1
Tints of Scampi #675DA1
RGB
CMYK
RGB Variations
Color information
#675DA1 (or 0x675DA1) is known color: Scampi. HEX triplet: 67, 5D and A1. RGB value is (103,93,161). Sum of RGB (Red+Green+Blue) = 103+93+161=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #675DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DA1 is #98A25E. Grayscale: #676767. Windows color (decimal): -10003039 or 10575207. OLE color: 10575207.
HSL color Cylindrical-coordinate representation of color #675DA1: hue angle of 248.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #675DA1 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 93 | 161 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.37 |
| HSL | 248.82º | 0.27% | 0.5% | - |
| HSV(B) | 248.82º | 0.42% | 0.63% | - |
| XYZ | 15.94 | 13.29 | 35.44 | - |
| YUV | 103.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 161 | 0.36 | 0.42 | 0 | 0.37 | 248.82 | 0.27 | 0.5 |
| Hex | 67 | 5D | A1 | 24 | 2A | 0 | 25 | F9 | 1B | 32 |
| Octal | 147 | 135 | 241 | 44 | 52 | 0 | 45 | 371 | 33 | 62 |
| Binary | 1100111 | 1011101 | 10100001 | 100100 | 101010 | 0 | 100101 | 11111001 | 11011 | 110010 |
Color Harmonies of #675DA1
Complementary color
Monochromatic Colors of #675DA1
Black with #675DA1
Text Example
Text Example
White with #675DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DA1; }
p { color: rgb(103,93,161); }
H1.HeaderClassName
{
color: #675DA1;
}
.AnyTagClassName
{
color: #675DA1;
}
</style>
background-color css
<style>
a { background-color: #675DA1; }
a { background-color: rgb(103,93,161); }
div.DivClassName
{
background-color: #675DA1;
}
.BgClassName
{
background-color: #675DA1;
}
</style>
border-color css
<style>
span { border-color: #675DA1; }
span { border-color: rgb(103,93,161); }
td.TdClassName
{
border-color: #675DA1;
}
.TagClassName
{
border-color: #675DA1;
}
</style>