Shades of Scampi #6B6A99
Tints of Scampi #6B6A99
RGB
CMYK
RGB Variations
Color information
#6B6A99 (or 0x6B6A99) is known color: Scampi. HEX triplet: 6B, 6A and 99. RGB value is (107,106,153). Sum of RGB (Red+Green+Blue) = 107+106+153=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B6A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6A99 is #949566. Grayscale: #6F6F6F. Windows color (decimal): -9737575 or 10054251. OLE color: 10054251.
HSL color Cylindrical-coordinate representation of color #6B6A99: hue angle of 241.28º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B6A99 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 106 | 153 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.4 |
| HSL | 241.28º | 0.19% | 0.51% | - |
| HSV(B) | 241.28º | 0.31% | 0.6% | - |
| XYZ | 16.97 | 15.73 | 32.28 | - |
| YUV | 111.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 153 | 0.30 | 0.31 | 0 | 0.4 | 241.28 | 0.19 | 0.51 |
| Hex | 6B | 6A | 99 | 1E | 1F | 0 | 28 | F1 | 13 | 33 |
| Octal | 153 | 152 | 231 | 36 | 37 | 0 | 50 | 361 | 23 | 63 |
| Binary | 1101011 | 1101010 | 10011001 | 11110 | 11111 | 0 | 101000 | 11110001 | 10011 | 110011 |
Color Harmonies of #6B6A99
Complementary color
Monochromatic Colors of #6B6A99
Black with #6B6A99
Text Example
Text Example
White with #6B6A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6A99; }
p { color: rgb(107,106,153); }
H1.HeaderClassName
{
color: #6B6A99;
}
.AnyTagClassName
{
color: #6B6A99;
}
</style>
background-color css
<style>
a { background-color: #6B6A99; }
a { background-color: rgb(107,106,153); }
div.DivClassName
{
background-color: #6B6A99;
}
.BgClassName
{
background-color: #6B6A99;
}
</style>
border-color css
<style>
span { border-color: #6B6A99; }
span { border-color: rgb(107,106,153); }
td.TdClassName
{
border-color: #6B6A99;
}
.TagClassName
{
border-color: #6B6A99;
}
</style>