Shades of Scampi #6F59A4
Tints of Scampi #6F59A4
RGB
CMYK
RGB Variations
Color information
#6F59A4 (or 0x6F59A4) is known color: Scampi. HEX triplet: 6F, 59 and A4. RGB value is (111,89,164). Sum of RGB (Red+Green+Blue) = 111+89+164=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F59A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F59A4 is #90A65B. Grayscale: #676767. Windows color (decimal): -9479772 or 10770799. OLE color: 10770799.
HSL color Cylindrical-coordinate representation of color #6F59A4: hue angle of 257.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F59A4 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 89 | 164 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.36 |
| HSL | 257.6º | 0.3% | 0.5% | - |
| HSV(B) | 257.6º | 0.46% | 0.64% | - |
| XYZ | 16.83 | 13.2 | 36.78 | - |
| YUV | 104.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 164 | 0.32 | 0.46 | 0 | 0.36 | 257.6 | 0.3 | 0.5 |
| Hex | 6F | 59 | A4 | 20 | 2E | 0 | 24 | 102 | 1E | 32 |
| Octal | 157 | 131 | 244 | 40 | 56 | 0 | 44 | 402 | 36 | 62 |
| Binary | 1101111 | 1011001 | 10100100 | 100000 | 101110 | 0 | 100100 | 100000010 | 11110 | 110010 |
Color Harmonies of #6F59A4
Complementary color
Monochromatic Colors of #6F59A4
Black with #6F59A4
Text Example
Text Example
White with #6F59A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F59A4; }
p { color: rgb(111,89,164); }
H1.HeaderClassName
{
color: #6F59A4;
}
.AnyTagClassName
{
color: #6F59A4;
}
</style>
background-color css
<style>
a { background-color: #6F59A4; }
a { background-color: rgb(111,89,164); }
div.DivClassName
{
background-color: #6F59A4;
}
.BgClassName
{
background-color: #6F59A4;
}
</style>
border-color css
<style>
span { border-color: #6F59A4; }
span { border-color: rgb(111,89,164); }
td.TdClassName
{
border-color: #6F59A4;
}
.TagClassName
{
border-color: #6F59A4;
}
</style>