Shades of Scampi #6F64A7
Tints of Scampi #6F64A7
RGB
CMYK
RGB Variations
Color information
#6F64A7 (or 0x6F64A7) is known color: Scampi. HEX triplet: 6F, 64 and A7. RGB value is (111,100,167). Sum of RGB (Red+Green+Blue) = 111+100+167=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #6F64A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F64A7 is #909B58. Grayscale: #6E6E6E. Windows color (decimal): -9476953 or 10970223. OLE color: 10970223.
HSL color Cylindrical-coordinate representation of color #6F64A7: hue angle of 249.85º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F64A7 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 100 | 167 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.35 |
| HSL | 249.85º | 0.28% | 0.52% | - |
| HSV(B) | 249.85º | 0.4% | 0.65% | - |
| XYZ | 18.09 | 15.28 | 38.56 | - |
| YUV | 110.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 167 | 0.34 | 0.40 | 0 | 0.35 | 249.85 | 0.28 | 0.52 |
| Hex | 6F | 64 | A7 | 22 | 28 | 0 | 23 | FA | 1C | 34 |
| Octal | 157 | 144 | 247 | 42 | 50 | 0 | 43 | 372 | 34 | 64 |
| Binary | 1101111 | 1100100 | 10100111 | 100010 | 101000 | 0 | 100011 | 11111010 | 11100 | 110100 |
Color Harmonies of #6F64A7
Complementary color
Monochromatic Colors of #6F64A7
Black with #6F64A7
Text Example
Text Example
White with #6F64A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F64A7; }
p { color: rgb(111,100,167); }
H1.HeaderClassName
{
color: #6F64A7;
}
.AnyTagClassName
{
color: #6F64A7;
}
</style>
background-color css
<style>
a { background-color: #6F64A7; }
a { background-color: rgb(111,100,167); }
div.DivClassName
{
background-color: #6F64A7;
}
.BgClassName
{
background-color: #6F64A7;
}
</style>
border-color css
<style>
span { border-color: #6F64A7; }
span { border-color: rgb(111,100,167); }
td.TdClassName
{
border-color: #6F64A7;
}
.TagClassName
{
border-color: #6F64A7;
}
</style>