Shades of Scampi #6F65AB
Tints of Scampi #6F65AB
RGB
CMYK
RGB Variations
Color information
#6F65AB (or 0x6F65AB) is known color: Scampi. HEX triplet: 6F, 65 and AB. RGB value is (111,101,171). Sum of RGB (Red+Green+Blue) = 111+101+171=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F65AB is #909A54. Grayscale: #6F6F6F. Windows color (decimal): -9476693 or 11232623. OLE color: 11232623.
HSL color Cylindrical-coordinate representation of color #6F65AB: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F65AB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 101 | 171 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.33 |
| HSL | 248.57º | 0.29% | 0.53% | - |
| HSV(B) | 248.57º | 0.41% | 0.67% | - |
| XYZ | 18.56 | 15.63 | 40.57 | - |
| YUV | 111.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 171 | 0.35 | 0.41 | 0 | 0.33 | 248.57 | 0.29 | 0.53 |
| Hex | 6F | 65 | AB | 23 | 29 | 0 | 21 | F9 | 1D | 35 |
| Octal | 157 | 145 | 253 | 43 | 51 | 0 | 41 | 371 | 35 | 65 |
| Binary | 1101111 | 1100101 | 10101011 | 100011 | 101001 | 0 | 100001 | 11111001 | 11101 | 110101 |
Color Harmonies of #6F65AB
Complementary color
Monochromatic Colors of #6F65AB
Black with #6F65AB
Text Example
Text Example
White with #6F65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65AB; }
p { color: rgb(111,101,171); }
H1.HeaderClassName
{
color: #6F65AB;
}
.AnyTagClassName
{
color: #6F65AB;
}
</style>
background-color css
<style>
a { background-color: #6F65AB; }
a { background-color: rgb(111,101,171); }
div.DivClassName
{
background-color: #6F65AB;
}
.BgClassName
{
background-color: #6F65AB;
}
</style>
border-color css
<style>
span { border-color: #6F65AB; }
span { border-color: rgb(111,101,171); }
td.TdClassName
{
border-color: #6F65AB;
}
.TagClassName
{
border-color: #6F65AB;
}
</style>