Shades of Scampi #675EA2
Tints of Scampi #675EA2
RGB
CMYK
RGB Variations
Color information
#675EA2 (or 0x675EA2) is known color: Scampi. HEX triplet: 67, 5E and A2. RGB value is (103,94,162). Sum of RGB (Red+Green+Blue) = 103+94+162=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #675EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675EA2 is #98A15D. Grayscale: #686868. Windows color (decimal): -10002782 or 10640999. OLE color: 10640999.
HSL color Cylindrical-coordinate representation of color #675EA2: hue angle of 247.94º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #675EA2 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 94 | 162 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.36 |
| HSL | 247.94º | 0.27% | 0.5% | - |
| HSV(B) | 247.94º | 0.42% | 0.64% | - |
| XYZ | 16.12 | 13.5 | 35.94 | - |
| YUV | 104.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 162 | 0.36 | 0.42 | 0 | 0.36 | 247.94 | 0.27 | 0.5 |
| Hex | 67 | 5E | A2 | 24 | 2A | 0 | 24 | F8 | 1B | 32 |
| Octal | 147 | 136 | 242 | 44 | 52 | 0 | 44 | 370 | 33 | 62 |
| Binary | 1100111 | 1011110 | 10100010 | 100100 | 101010 | 0 | 100100 | 11111000 | 11011 | 110010 |
Color Harmonies of #675EA2
Complementary color
Monochromatic Colors of #675EA2
Black with #675EA2
Text Example
Text Example
White with #675EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675EA2; }
p { color: rgb(103,94,162); }
H1.HeaderClassName
{
color: #675EA2;
}
.AnyTagClassName
{
color: #675EA2;
}
</style>
background-color css
<style>
a { background-color: #675EA2; }
a { background-color: rgb(103,94,162); }
div.DivClassName
{
background-color: #675EA2;
}
.BgClassName
{
background-color: #675EA2;
}
</style>
border-color css
<style>
span { border-color: #675EA2; }
span { border-color: rgb(103,94,162); }
td.TdClassName
{
border-color: #675EA2;
}
.TagClassName
{
border-color: #675EA2;
}
</style>