Shades of Scampi #6960A7
Tints of Scampi #6960A7
RGB
CMYK
RGB Variations
Color information
#6960A7 (or 0x6960A7) is known color: Scampi. HEX triplet: 69, 60 and A7. RGB value is (105,96,167). Sum of RGB (Red+Green+Blue) = 105+96+167=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #6960A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6960A7 is #969F58. Grayscale: #6A6A6A. Windows color (decimal): -9871193 or 10969193. OLE color: 10969193.
HSL color Cylindrical-coordinate representation of color #6960A7: hue angle of 247.61º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6960A7 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 96 | 167 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.35 |
| HSL | 247.61º | 0.29% | 0.52% | - |
| HSV(B) | 247.61º | 0.43% | 0.65% | - |
| XYZ | 16.98 | 14.16 | 38.4 | - |
| YUV | 106.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 167 | 0.37 | 0.43 | 0 | 0.35 | 247.61 | 0.29 | 0.52 |
| Hex | 69 | 60 | A7 | 25 | 2B | 0 | 23 | F8 | 1D | 34 |
| Octal | 151 | 140 | 247 | 45 | 53 | 0 | 43 | 370 | 35 | 64 |
| Binary | 1101001 | 1100000 | 10100111 | 100101 | 101011 | 0 | 100011 | 11111000 | 11101 | 110100 |
Color Harmonies of #6960A7
Complementary color
Monochromatic Colors of #6960A7
Black with #6960A7
Text Example
Text Example
White with #6960A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960A7; }
p { color: rgb(105,96,167); }
H1.HeaderClassName
{
color: #6960A7;
}
.AnyTagClassName
{
color: #6960A7;
}
</style>
background-color css
<style>
a { background-color: #6960A7; }
a { background-color: rgb(105,96,167); }
div.DivClassName
{
background-color: #6960A7;
}
.BgClassName
{
background-color: #6960A7;
}
</style>
border-color css
<style>
span { border-color: #6960A7; }
span { border-color: rgb(105,96,167); }
td.TdClassName
{
border-color: #6960A7;
}
.TagClassName
{
border-color: #6960A7;
}
</style>