Shades of Scampi #6959A2
Tints of Scampi #6959A2
RGB
CMYK
RGB Variations
Color information
#6959A2 (or 0x6959A2) is known color: Scampi. HEX triplet: 69, 59 and A2. RGB value is (105,89,162). Sum of RGB (Red+Green+Blue) = 105+89+162=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 89 (35.16% from 255 or 25% 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 #6959A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6959A2 is #96A65D. Grayscale: #656565. Windows color (decimal): -9872990 or 10639721. OLE color: 10639721.
HSL color Cylindrical-coordinate representation of color #6959A2: hue angle of 253.15º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6959A2 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 89 | 162 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.36 |
| HSL | 253.15º | 0.29% | 0.49% | - |
| HSV(B) | 253.15º | 0.45% | 0.64% | - |
| XYZ | 15.92 | 12.76 | 35.81 | - |
| YUV | 102.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 162 | 0.35 | 0.45 | 0 | 0.36 | 253.15 | 0.29 | 0.49 |
| Hex | 69 | 59 | A2 | 23 | 2D | 0 | 24 | FD | 1D | 31 |
| Octal | 151 | 131 | 242 | 43 | 55 | 0 | 44 | 375 | 35 | 61 |
| Binary | 1101001 | 1011001 | 10100010 | 100011 | 101101 | 0 | 100100 | 11111101 | 11101 | 110001 |
Color Harmonies of #6959A2
Complementary color
Monochromatic Colors of #6959A2
Black with #6959A2
Text Example
Text Example
White with #6959A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6959A2; }
p { color: rgb(105,89,162); }
H1.HeaderClassName
{
color: #6959A2;
}
.AnyTagClassName
{
color: #6959A2;
}
</style>
background-color css
<style>
a { background-color: #6959A2; }
a { background-color: rgb(105,89,162); }
div.DivClassName
{
background-color: #6959A2;
}
.BgClassName
{
background-color: #6959A2;
}
</style>
border-color css
<style>
span { border-color: #6959A2; }
span { border-color: rgb(105,89,162); }
td.TdClassName
{
border-color: #6959A2;
}
.TagClassName
{
border-color: #6959A2;
}
</style>