Shades of Scampi #665CA2
Tints of Scampi #665CA2
RGB
CMYK
RGB Variations
Color information
#665CA2 (or 0x665CA2) is known color: Scampi. HEX triplet: 66, 5C and A2. RGB value is (102,92,162). Sum of RGB (Red+Green+Blue) = 102+92+162=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #665CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CA2 is #99A35D. Grayscale: #666666. Windows color (decimal): -10068830 or 10640486. OLE color: 10640486.
HSL color Cylindrical-coordinate representation of color #665CA2: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665CA2 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 92 | 162 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.36 |
| HSL | 248.57º | 0.28% | 0.5% | - |
| HSV(B) | 248.57º | 0.43% | 0.64% | - |
| XYZ | 15.83 | 13.09 | 35.87 | - |
| YUV | 102.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 162 | 0.37 | 0.43 | 0 | 0.36 | 248.57 | 0.28 | 0.5 |
| Hex | 66 | 5C | A2 | 25 | 2B | 0 | 24 | F9 | 1C | 32 |
| Octal | 146 | 134 | 242 | 45 | 53 | 0 | 44 | 371 | 34 | 62 |
| Binary | 1100110 | 1011100 | 10100010 | 100101 | 101011 | 0 | 100100 | 11111001 | 11100 | 110010 |
Color Harmonies of #665CA2
Complementary color
Monochromatic Colors of #665CA2
Black with #665CA2
Text Example
Text Example
White with #665CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CA2; }
p { color: rgb(102,92,162); }
H1.HeaderClassName
{
color: #665CA2;
}
.AnyTagClassName
{
color: #665CA2;
}
</style>
background-color css
<style>
a { background-color: #665CA2; }
a { background-color: rgb(102,92,162); }
div.DivClassName
{
background-color: #665CA2;
}
.BgClassName
{
background-color: #665CA2;
}
</style>
border-color css
<style>
span { border-color: #665CA2; }
span { border-color: rgb(102,92,162); }
td.TdClassName
{
border-color: #665CA2;
}
.TagClassName
{
border-color: #665CA2;
}
</style>