Shades of Scampi #6C65AA
Tints of Scampi #6C65AA
RGB
CMYK
RGB Variations
Color information
#6C65AA (or 0x6C65AA) is known color: Scampi. HEX triplet: 6C, 65 and AA. RGB value is (108,101,170). Sum of RGB (Red+Green+Blue) = 108+101+170=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 101 (39.84% from 255 or 26.65% 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 #6C65AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C65AA is #939A55. Grayscale: #6E6E6E. Windows color (decimal): -9673302 or 11167084. OLE color: 11167084.
HSL color Cylindrical-coordinate representation of color #6C65AA: hue angle of 246.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C65AA is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 101 | 170 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.33 |
| HSL | 246.09º | 0.29% | 0.53% | - |
| HSV(B) | 246.09º | 0.41% | 0.67% | - |
| XYZ | 18.09 | 15.4 | 40.05 | - |
| YUV | 110.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 170 | 0.36 | 0.41 | 0 | 0.33 | 246.09 | 0.29 | 0.53 |
| Hex | 6C | 65 | AA | 24 | 29 | 0 | 21 | F6 | 1D | 35 |
| Octal | 154 | 145 | 252 | 44 | 51 | 0 | 41 | 366 | 35 | 65 |
| Binary | 1101100 | 1100101 | 10101010 | 100100 | 101001 | 0 | 100001 | 11110110 | 11101 | 110101 |
Color Harmonies of #6C65AA
Complementary color
Monochromatic Colors of #6C65AA
Black with #6C65AA
Text Example
Text Example
White with #6C65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65AA; }
p { color: rgb(108,101,170); }
H1.HeaderClassName
{
color: #6C65AA;
}
.AnyTagClassName
{
color: #6C65AA;
}
</style>
background-color css
<style>
a { background-color: #6C65AA; }
a { background-color: rgb(108,101,170); }
div.DivClassName
{
background-color: #6C65AA;
}
.BgClassName
{
background-color: #6C65AA;
}
</style>
border-color css
<style>
span { border-color: #6C65AA; }
span { border-color: rgb(108,101,170); }
td.TdClassName
{
border-color: #6C65AA;
}
.TagClassName
{
border-color: #6C65AA;
}
</style>