Shades of Scampi #6F64AB
Tints of Scampi #6F64AB
RGB
CMYK
RGB Variations
Color information
#6F64AB (or 0x6F64AB) is known color: Scampi. HEX triplet: 6F, 64 and AB. RGB value is (111,100,171). Sum of RGB (Red+Green+Blue) = 111+100+171=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F64AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F64AB is #909B54. Grayscale: #6F6F6F. Windows color (decimal): -9476949 or 11232367. OLE color: 11232367.
HSL color Cylindrical-coordinate representation of color #6F64AB: hue angle of 249.3º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F64AB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 100 | 171 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.33 |
| HSL | 249.3º | 0.3% | 0.53% | - |
| HSV(B) | 249.3º | 0.42% | 0.67% | - |
| XYZ | 18.46 | 15.43 | 40.53 | - |
| YUV | 111.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 171 | 0.35 | 0.42 | 0 | 0.33 | 249.3 | 0.3 | 0.53 |
| Hex | 6F | 64 | AB | 23 | 2A | 0 | 21 | F9 | 1E | 35 |
| Octal | 157 | 144 | 253 | 43 | 52 | 0 | 41 | 371 | 36 | 65 |
| Binary | 1101111 | 1100100 | 10101011 | 100011 | 101010 | 0 | 100001 | 11111001 | 11110 | 110101 |
Color Harmonies of #6F64AB
Complementary color
Monochromatic Colors of #6F64AB
Black with #6F64AB
Text Example
Text Example
White with #6F64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F64AB; }
p { color: rgb(111,100,171); }
H1.HeaderClassName
{
color: #6F64AB;
}
.AnyTagClassName
{
color: #6F64AB;
}
</style>
background-color css
<style>
a { background-color: #6F64AB; }
a { background-color: rgb(111,100,171); }
div.DivClassName
{
background-color: #6F64AB;
}
.BgClassName
{
background-color: #6F64AB;
}
</style>
border-color css
<style>
span { border-color: #6F64AB; }
span { border-color: rgb(111,100,171); }
td.TdClassName
{
border-color: #6F64AB;
}
.TagClassName
{
border-color: #6F64AB;
}
</style>