Shades of Scampi #6964A4
Tints of Scampi #6964A4
RGB
CMYK
RGB Variations
Color information
#6964A4 (or 0x6964A4) is known color: Scampi. HEX triplet: 69, 64 and A4. RGB value is (105,100,164). Sum of RGB (Red+Green+Blue) = 105+100+164=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #6964A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6964A4 is #969B5B. Grayscale: #6C6C6C. Windows color (decimal): -9870172 or 10773609. OLE color: 10773609.
HSL color Cylindrical-coordinate representation of color #6964A4: hue angle of 244.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6964A4 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 100 | 164 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.36 |
| HSL | 244.69º | 0.26% | 0.52% | - |
| HSV(B) | 244.69º | 0.39% | 0.64% | - |
| XYZ | 17.08 | 14.8 | 37.08 | - |
| YUV | 108.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 164 | 0.36 | 0.39 | 0 | 0.36 | 244.69 | 0.26 | 0.52 |
| Hex | 69 | 64 | A4 | 24 | 27 | 0 | 24 | F5 | 1A | 34 |
| Octal | 151 | 144 | 244 | 44 | 47 | 0 | 44 | 365 | 32 | 64 |
| Binary | 1101001 | 1100100 | 10100100 | 100100 | 100111 | 0 | 100100 | 11110101 | 11010 | 110100 |
Color Harmonies of #6964A4
Complementary color
Monochromatic Colors of #6964A4
Black with #6964A4
Text Example
Text Example
White with #6964A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964A4; }
p { color: rgb(105,100,164); }
H1.HeaderClassName
{
color: #6964A4;
}
.AnyTagClassName
{
color: #6964A4;
}
</style>
background-color css
<style>
a { background-color: #6964A4; }
a { background-color: rgb(105,100,164); }
div.DivClassName
{
background-color: #6964A4;
}
.BgClassName
{
background-color: #6964A4;
}
</style>
border-color css
<style>
span { border-color: #6964A4; }
span { border-color: rgb(105,100,164); }
td.TdClassName
{
border-color: #6964A4;
}
.TagClassName
{
border-color: #6964A4;
}
</style>