Shades of Scampi #6F6CAB
Tints of Scampi #6F6CAB
RGB
CMYK
RGB Variations
Color information
#6F6CAB (or 0x6F6CAB) is known color: Scampi. HEX triplet: 6F, 6C and AB. RGB value is (111,108,171). Sum of RGB (Red+Green+Blue) = 111+108+171=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F6CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6CAB is #909354. Grayscale: #737373. Windows color (decimal): -9474901 or 11234415. OLE color: 11234415.
HSL color Cylindrical-coordinate representation of color #6F6CAB: hue angle of 242.86º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F6CAB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 108 | 171 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.33 |
| HSL | 242.86º | 0.27% | 0.55% | - |
| HSV(B) | 242.86º | 0.37% | 0.67% | - |
| XYZ | 19.27 | 17.04 | 40.8 | - |
| YUV | 116.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 171 | 0.35 | 0.37 | 0 | 0.33 | 242.86 | 0.27 | 0.55 |
| Hex | 6F | 6C | AB | 23 | 25 | 0 | 21 | F3 | 1B | 37 |
| Octal | 157 | 154 | 253 | 43 | 45 | 0 | 41 | 363 | 33 | 67 |
| Binary | 1101111 | 1101100 | 10101011 | 100011 | 100101 | 0 | 100001 | 11110011 | 11011 | 110111 |
Color Harmonies of #6F6CAB
Complementary color
Monochromatic Colors of #6F6CAB
Black with #6F6CAB
Text Example
Text Example
White with #6F6CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6CAB; }
p { color: rgb(111,108,171); }
H1.HeaderClassName
{
color: #6F6CAB;
}
.AnyTagClassName
{
color: #6F6CAB;
}
</style>
background-color css
<style>
a { background-color: #6F6CAB; }
a { background-color: rgb(111,108,171); }
div.DivClassName
{
background-color: #6F6CAB;
}
.BgClassName
{
background-color: #6F6CAB;
}
</style>
border-color css
<style>
span { border-color: #6F6CAB; }
span { border-color: rgb(111,108,171); }
td.TdClassName
{
border-color: #6F6CAB;
}
.TagClassName
{
border-color: #6F6CAB;
}
</style>