Shades of Scampi #6F66AB
Tints of Scampi #6F66AB
RGB
CMYK
RGB Variations
Color information
#6F66AB (or 0x6F66AB) is known color: Scampi. HEX triplet: 6F, 66 and AB. RGB value is (111,102,171). Sum of RGB (Red+Green+Blue) = 111+102+171=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F66AB is #909954. Grayscale: #707070. Windows color (decimal): -9476437 or 11232879. OLE color: 11232879.
HSL color Cylindrical-coordinate representation of color #6F66AB: hue angle of 247.83º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F66AB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 102 | 171 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.33 |
| HSL | 247.83º | 0.29% | 0.54% | - |
| HSV(B) | 247.83º | 0.4% | 0.67% | - |
| XYZ | 18.66 | 15.82 | 40.6 | - |
| YUV | 112.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 171 | 0.35 | 0.40 | 0 | 0.33 | 247.83 | 0.29 | 0.54 |
| Hex | 6F | 66 | AB | 23 | 28 | 0 | 21 | F8 | 1D | 36 |
| Octal | 157 | 146 | 253 | 43 | 50 | 0 | 41 | 370 | 35 | 66 |
| Binary | 1101111 | 1100110 | 10101011 | 100011 | 101000 | 0 | 100001 | 11111000 | 11101 | 110110 |
Color Harmonies of #6F66AB
Complementary color
Monochromatic Colors of #6F66AB
Black with #6F66AB
Text Example
Text Example
White with #6F66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F66AB; }
p { color: rgb(111,102,171); }
H1.HeaderClassName
{
color: #6F66AB;
}
.AnyTagClassName
{
color: #6F66AB;
}
</style>
background-color css
<style>
a { background-color: #6F66AB; }
a { background-color: rgb(111,102,171); }
div.DivClassName
{
background-color: #6F66AB;
}
.BgClassName
{
background-color: #6F66AB;
}
</style>
border-color css
<style>
span { border-color: #6F66AB; }
span { border-color: rgb(111,102,171); }
td.TdClassName
{
border-color: #6F66AB;
}
.TagClassName
{
border-color: #6F66AB;
}
</style>