Shades of Scampi #6E67AB
Tints of Scampi #6E67AB
RGB
CMYK
RGB Variations
Color information
#6E67AB (or 0x6E67AB) is known color: Scampi. HEX triplet: 6E, 67 and AB. RGB value is (110,103,171). Sum of RGB (Red+Green+Blue) = 110+103+171=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 103 (40.62% from 255 or 26.82% 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 #6E67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E67AB is #919854. Grayscale: #707070. Windows color (decimal): -9541717 or 11233134. OLE color: 11233134.
HSL color Cylindrical-coordinate representation of color #6E67AB: hue angle of 246.18º 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 #6E67AB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 103 | 171 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.33 |
| HSL | 246.18º | 0.29% | 0.54% | - |
| HSV(B) | 246.18º | 0.4% | 0.67% | - |
| XYZ | 18.63 | 15.96 | 40.63 | - |
| YUV | 112.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 171 | 0.36 | 0.40 | 0 | 0.33 | 246.18 | 0.29 | 0.54 |
| Hex | 6E | 67 | AB | 24 | 28 | 0 | 21 | F6 | 1D | 36 |
| Octal | 156 | 147 | 253 | 44 | 50 | 0 | 41 | 366 | 35 | 66 |
| Binary | 1101110 | 1100111 | 10101011 | 100100 | 101000 | 0 | 100001 | 11110110 | 11101 | 110110 |
Color Harmonies of #6E67AB
Complementary color
Monochromatic Colors of #6E67AB
Black with #6E67AB
Text Example
Text Example
White with #6E67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E67AB; }
p { color: rgb(110,103,171); }
H1.HeaderClassName
{
color: #6E67AB;
}
.AnyTagClassName
{
color: #6E67AB;
}
</style>
background-color css
<style>
a { background-color: #6E67AB; }
a { background-color: rgb(110,103,171); }
div.DivClassName
{
background-color: #6E67AB;
}
.BgClassName
{
background-color: #6E67AB;
}
</style>
border-color css
<style>
span { border-color: #6E67AB; }
span { border-color: rgb(110,103,171); }
td.TdClassName
{
border-color: #6E67AB;
}
.TagClassName
{
border-color: #6E67AB;
}
</style>