Shades of Scampi #6F67AB
Tints of Scampi #6F67AB
RGB
CMYK
RGB Variations
Color information
#6F67AB (or 0x6F67AB) is known color: Scampi. HEX triplet: 6F, 67 and AB. RGB value is (111,103,171). Sum of RGB (Red+Green+Blue) = 111+103+171=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F67AB is #909854. Grayscale: #707070. Windows color (decimal): -9476181 or 11233135. OLE color: 11233135.
HSL color Cylindrical-coordinate representation of color #6F67AB: hue angle of 247.06º 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 #6F67AB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 103 | 171 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.33 |
| HSL | 247.06º | 0.29% | 0.54% | - |
| HSV(B) | 247.06º | 0.4% | 0.67% | - |
| XYZ | 18.76 | 16.02 | 40.63 | - |
| YUV | 113.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 171 | 0.35 | 0.40 | 0 | 0.33 | 247.06 | 0.29 | 0.54 |
| Hex | 6F | 67 | AB | 23 | 28 | 0 | 21 | F7 | 1D | 36 |
| Octal | 157 | 147 | 253 | 43 | 50 | 0 | 41 | 367 | 35 | 66 |
| Binary | 1101111 | 1100111 | 10101011 | 100011 | 101000 | 0 | 100001 | 11110111 | 11101 | 110110 |
Color Harmonies of #6F67AB
Complementary color
Monochromatic Colors of #6F67AB
Black with #6F67AB
Text Example
Text Example
White with #6F67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67AB; }
p { color: rgb(111,103,171); }
H1.HeaderClassName
{
color: #6F67AB;
}
.AnyTagClassName
{
color: #6F67AB;
}
</style>
background-color css
<style>
a { background-color: #6F67AB; }
a { background-color: rgb(111,103,171); }
div.DivClassName
{
background-color: #6F67AB;
}
.BgClassName
{
background-color: #6F67AB;
}
</style>
border-color css
<style>
span { border-color: #6F67AB; }
span { border-color: rgb(111,103,171); }
td.TdClassName
{
border-color: #6F67AB;
}
.TagClassName
{
border-color: #6F67AB;
}
</style>