Shades of Scampi #6B6494
Tints of Scampi #6B6494
RGB
CMYK
RGB Variations
Color information
#6B6494 (or 0x6B6494) is known color: Scampi. HEX triplet: 6B, 64 and 94. RGB value is (107,100,148). Sum of RGB (Red+Green+Blue) = 107+100+148=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B6494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6494 is #949B6B. Grayscale: #6B6B6B. Windows color (decimal): -9739116 or 9725035. OLE color: 9725035.
HSL color Cylindrical-coordinate representation of color #6B6494: hue angle of 248.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B6494 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 100 | 148 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.42 |
| HSL | 248.75º | 0.19% | 0.49% | - |
| HSV(B) | 248.75º | 0.32% | 0.58% | - |
| XYZ | 15.97 | 14.38 | 29.95 | - |
| YUV | 107.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 148 | 0.28 | 0.32 | 0 | 0.42 | 248.75 | 0.19 | 0.49 |
| Hex | 6B | 64 | 94 | 1C | 20 | 0 | 2A | F9 | 13 | 31 |
| Octal | 153 | 144 | 224 | 34 | 40 | 0 | 52 | 371 | 23 | 61 |
| Binary | 1101011 | 1100100 | 10010100 | 11100 | 100000 | 0 | 101010 | 11111001 | 10011 | 110001 |
Color Harmonies of #6B6494
Complementary color
Monochromatic Colors of #6B6494
Black with #6B6494
Text Example
Text Example
White with #6B6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6494; }
p { color: rgb(107,100,148); }
H1.HeaderClassName
{
color: #6B6494;
}
.AnyTagClassName
{
color: #6B6494;
}
</style>
background-color css
<style>
a { background-color: #6B6494; }
a { background-color: rgb(107,100,148); }
div.DivClassName
{
background-color: #6B6494;
}
.BgClassName
{
background-color: #6B6494;
}
</style>
border-color css
<style>
span { border-color: #6B6494; }
span { border-color: rgb(107,100,148); }
td.TdClassName
{
border-color: #6B6494;
}
.TagClassName
{
border-color: #6B6494;
}
</style>