Shades of Scampi #6B66AA
Tints of Scampi #6B66AA
RGB
CMYK
RGB Variations
Color information
#6B66AA (or 0x6B66AA) is known color: Scampi. HEX triplet: 6B, 66 and AA. RGB value is (107,102,170). Sum of RGB (Red+Green+Blue) = 107+102+170=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B66AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B66AA is #949955. Grayscale: #6E6E6E. Windows color (decimal): -9738582 or 11167339. OLE color: 11167339.
HSL color Cylindrical-coordinate representation of color #6B66AA: hue angle of 244.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B66AA is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 102 | 170 | - |
| CMYK | 0.37 | 0.4 | 0 | 0.33 |
| HSL | 244.41º | 0.29% | 0.53% | - |
| HSV(B) | 244.41º | 0.4% | 0.67% | - |
| XYZ | 18.07 | 15.53 | 40.08 | - |
| YUV | 111.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 170 | 0.37 | 0.4 | 0 | 0.33 | 244.41 | 0.29 | 0.53 |
| Hex | 6B | 66 | AA | 25 | 28 | 0 | 21 | F4 | 1D | 35 |
| Octal | 153 | 146 | 252 | 45 | 50 | 0 | 41 | 364 | 35 | 65 |
| Binary | 1101011 | 1100110 | 10101010 | 100101 | 101000 | 0 | 100001 | 11110100 | 11101 | 110101 |
Color Harmonies of #6B66AA
Complementary color
Monochromatic Colors of #6B66AA
Black with #6B66AA
Text Example
Text Example
White with #6B66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B66AA; }
p { color: rgb(107,102,170); }
H1.HeaderClassName
{
color: #6B66AA;
}
.AnyTagClassName
{
color: #6B66AA;
}
</style>
background-color css
<style>
a { background-color: #6B66AA; }
a { background-color: rgb(107,102,170); }
div.DivClassName
{
background-color: #6B66AA;
}
.BgClassName
{
background-color: #6B66AA;
}
</style>
border-color css
<style>
span { border-color: #6B66AA; }
span { border-color: rgb(107,102,170); }
td.TdClassName
{
border-color: #6B66AA;
}
.TagClassName
{
border-color: #6B66AA;
}
</style>