Shades of Scampi #6964A8
Tints of Scampi #6964A8
RGB
CMYK
RGB Variations
Color information
#6964A8 (or 0x6964A8) is known color: Scampi. HEX triplet: 69, 64 and A8. RGB value is (105,100,168). Sum of RGB (Red+Green+Blue) = 105+100+168=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 168 - color contains mainly: blue. Hex color #6964A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6964A8 is #969B57. Grayscale: #6C6C6C. Windows color (decimal): -9870168 or 11035753. OLE color: 11035753.
HSL color Cylindrical-coordinate representation of color #6964A8: hue angle of 244.41º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6964A8 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 100 | 168 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.34 |
| HSL | 244.41º | 0.28% | 0.53% | - |
| HSV(B) | 244.41º | 0.4% | 0.66% | - |
| XYZ | 17.45 | 14.94 | 39.01 | - |
| YUV | 109.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 168 | 0.38 | 0.40 | 0 | 0.34 | 244.41 | 0.28 | 0.53 |
| Hex | 69 | 64 | A8 | 26 | 28 | 0 | 22 | F4 | 1C | 35 |
| Octal | 151 | 144 | 250 | 46 | 50 | 0 | 42 | 364 | 34 | 65 |
| Binary | 1101001 | 1100100 | 10101000 | 100110 | 101000 | 0 | 100010 | 11110100 | 11100 | 110101 |
Color Harmonies of #6964A8
Complementary color
Monochromatic Colors of #6964A8
Black with #6964A8
Text Example
Text Example
White with #6964A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964A8; }
p { color: rgb(105,100,168); }
H1.HeaderClassName
{
color: #6964A8;
}
.AnyTagClassName
{
color: #6964A8;
}
</style>
background-color css
<style>
a { background-color: #6964A8; }
a { background-color: rgb(105,100,168); }
div.DivClassName
{
background-color: #6964A8;
}
.BgClassName
{
background-color: #6964A8;
}
</style>
border-color css
<style>
span { border-color: #6964A8; }
span { border-color: rgb(105,100,168); }
td.TdClassName
{
border-color: #6964A8;
}
.TagClassName
{
border-color: #6964A8;
}
</style>