Shades of Scampi #6665A5
Tints of Scampi #6665A5
RGB
CMYK
RGB Variations
Color information
#6665A5 (or 0x6665A5) is known color: Scampi. HEX triplet: 66, 65 and A5. RGB value is (102,101,165). Sum of RGB (Red+Green+Blue) = 102+101+165=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #6665A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6665A5 is #999A5A. Grayscale: #6C6C6C. Windows color (decimal): -10066523 or 10839398. OLE color: 10839398.
HSL color Cylindrical-coordinate representation of color #6665A5: hue angle of 240.94º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6665A5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 101 | 165 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.35 |
| HSL | 240.94º | 0.26% | 0.52% | - |
| HSV(B) | 240.94º | 0.39% | 0.65% | - |
| XYZ | 16.92 | 14.85 | 37.57 | - |
| YUV | 108.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 165 | 0.38 | 0.39 | 0 | 0.35 | 240.94 | 0.26 | 0.52 |
| Hex | 66 | 65 | A5 | 26 | 27 | 0 | 23 | F1 | 1A | 34 |
| Octal | 146 | 145 | 245 | 46 | 47 | 0 | 43 | 361 | 32 | 64 |
| Binary | 1100110 | 1100101 | 10100101 | 100110 | 100111 | 0 | 100011 | 11110001 | 11010 | 110100 |
Color Harmonies of #6665A5
Complementary color
Monochromatic Colors of #6665A5
Black with #6665A5
Text Example
Text Example
White with #6665A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6665A5; }
p { color: rgb(102,101,165); }
H1.HeaderClassName
{
color: #6665A5;
}
.AnyTagClassName
{
color: #6665A5;
}
</style>
background-color css
<style>
a { background-color: #6665A5; }
a { background-color: rgb(102,101,165); }
div.DivClassName
{
background-color: #6665A5;
}
.BgClassName
{
background-color: #6665A5;
}
</style>
border-color css
<style>
span { border-color: #6665A5; }
span { border-color: rgb(102,101,165); }
td.TdClassName
{
border-color: #6665A5;
}
.TagClassName
{
border-color: #6665A5;
}
</style>