Shades of Scampi #685AA2
Tints of Scampi #685AA2
RGB
CMYK
RGB Variations
Color information
#685AA2 (or 0x685AA2) is known color: Scampi. HEX triplet: 68, 5A and A2. RGB value is (104,90,162). Sum of RGB (Red+Green+Blue) = 104+90+162=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #685AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AA2 is #97A55D. Grayscale: #666666. Windows color (decimal): -9938270 or 10639976. OLE color: 10639976.
HSL color Cylindrical-coordinate representation of color #685AA2: hue angle of 251.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #685AA2 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 90 | 162 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.36 |
| HSL | 251.67º | 0.29% | 0.49% | - |
| HSV(B) | 251.67º | 0.44% | 0.64% | - |
| XYZ | 15.89 | 12.86 | 35.83 | - |
| YUV | 102.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 162 | 0.36 | 0.44 | 0 | 0.36 | 251.67 | 0.29 | 0.49 |
| Hex | 68 | 5A | A2 | 24 | 2C | 0 | 24 | FC | 1D | 31 |
| Octal | 150 | 132 | 242 | 44 | 54 | 0 | 44 | 374 | 35 | 61 |
| Binary | 1101000 | 1011010 | 10100010 | 100100 | 101100 | 0 | 100100 | 11111100 | 11101 | 110001 |
Color Harmonies of #685AA2
Complementary color
Monochromatic Colors of #685AA2
Black with #685AA2
Text Example
Text Example
White with #685AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AA2; }
p { color: rgb(104,90,162); }
H1.HeaderClassName
{
color: #685AA2;
}
.AnyTagClassName
{
color: #685AA2;
}
</style>
background-color css
<style>
a { background-color: #685AA2; }
a { background-color: rgb(104,90,162); }
div.DivClassName
{
background-color: #685AA2;
}
.BgClassName
{
background-color: #685AA2;
}
</style>
border-color css
<style>
span { border-color: #685AA2; }
span { border-color: rgb(104,90,162); }
td.TdClassName
{
border-color: #685AA2;
}
.TagClassName
{
border-color: #685AA2;
}
</style>