Shades of Scampi #6B5EA4
Tints of Scampi #6B5EA4
RGB
CMYK
RGB Variations
Color information
#6B5EA4 (or 0x6B5EA4) is known color: Scampi. HEX triplet: 6B, 5E and A4. RGB value is (107,94,164). Sum of RGB (Red+Green+Blue) = 107+94+164=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B5EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5EA4 is #94A15B. Grayscale: #696969. Windows color (decimal): -9740636 or 10772075. OLE color: 10772075.
HSL color Cylindrical-coordinate representation of color #6B5EA4: hue angle of 251.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B5EA4 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 94 | 164 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.36 |
| HSL | 251.14º | 0.28% | 0.51% | - |
| HSV(B) | 251.14º | 0.43% | 0.64% | - |
| XYZ | 16.77 | 13.81 | 36.9 | - |
| YUV | 105.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 164 | 0.35 | 0.43 | 0 | 0.36 | 251.14 | 0.28 | 0.51 |
| Hex | 6B | 5E | A4 | 23 | 2B | 0 | 24 | FB | 1C | 33 |
| Octal | 153 | 136 | 244 | 43 | 53 | 0 | 44 | 373 | 34 | 63 |
| Binary | 1101011 | 1011110 | 10100100 | 100011 | 101011 | 0 | 100100 | 11111011 | 11100 | 110011 |
Color Harmonies of #6B5EA4
Complementary color
Monochromatic Colors of #6B5EA4
Black with #6B5EA4
Text Example
Text Example
White with #6B5EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5EA4; }
p { color: rgb(107,94,164); }
H1.HeaderClassName
{
color: #6B5EA4;
}
.AnyTagClassName
{
color: #6B5EA4;
}
</style>
background-color css
<style>
a { background-color: #6B5EA4; }
a { background-color: rgb(107,94,164); }
div.DivClassName
{
background-color: #6B5EA4;
}
.BgClassName
{
background-color: #6B5EA4;
}
</style>
border-color css
<style>
span { border-color: #6B5EA4; }
span { border-color: rgb(107,94,164); }
td.TdClassName
{
border-color: #6B5EA4;
}
.TagClassName
{
border-color: #6B5EA4;
}
</style>