Shades of Scampi #685FA0
Tints of Scampi #685FA0
RGB
CMYK
RGB Variations
Color information
#685FA0 (or 0x685FA0) is known color: Scampi. HEX triplet: 68, 5F and A0. RGB value is (104,95,160). Sum of RGB (Red+Green+Blue) = 104+95+160=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #685FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685FA0 is #97A05F. Grayscale: #686868. Windows color (decimal): -9936992 or 10510184. OLE color: 10510184.
HSL color Cylindrical-coordinate representation of color #685FA0: hue angle of 248.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #685FA0 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 95 | 160 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.37 |
| HSL | 248.31º | 0.25% | 0.5% | - |
| HSV(B) | 248.31º | 0.41% | 0.63% | - |
| XYZ | 16.15 | 13.67 | 35.04 | - |
| YUV | 105.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 160 | 0.35 | 0.41 | 0 | 0.37 | 248.31 | 0.25 | 0.5 |
| Hex | 68 | 5F | A0 | 23 | 29 | 0 | 25 | F8 | 19 | 32 |
| Octal | 150 | 137 | 240 | 43 | 51 | 0 | 45 | 370 | 31 | 62 |
| Binary | 1101000 | 1011111 | 10100000 | 100011 | 101001 | 0 | 100101 | 11111000 | 11001 | 110010 |
Color Harmonies of #685FA0
Complementary color
Monochromatic Colors of #685FA0
Black with #685FA0
Text Example
Text Example
White with #685FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FA0; }
p { color: rgb(104,95,160); }
H1.HeaderClassName
{
color: #685FA0;
}
.AnyTagClassName
{
color: #685FA0;
}
</style>
background-color css
<style>
a { background-color: #685FA0; }
a { background-color: rgb(104,95,160); }
div.DivClassName
{
background-color: #685FA0;
}
.BgClassName
{
background-color: #685FA0;
}
</style>
border-color css
<style>
span { border-color: #685FA0; }
span { border-color: rgb(104,95,160); }
td.TdClassName
{
border-color: #685FA0;
}
.TagClassName
{
border-color: #685FA0;
}
</style>