Shades of Scampi #665FA4
Tints of Scampi #665FA4
RGB
CMYK
RGB Variations
Color information
#665FA4 (or 0x665FA4) is known color: Scampi. HEX triplet: 66, 5F and A4. RGB value is (102,95,164). Sum of RGB (Red+Green+Blue) = 102+95+164=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #665FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FA4 is #99A05B. Grayscale: #686868. Windows color (decimal): -10068060 or 10772326. OLE color: 10772326.
HSL color Cylindrical-coordinate representation of color #665FA4: hue angle of 246.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665FA4 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 95 | 164 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.36 |
| HSL | 246.09º | 0.27% | 0.51% | - |
| HSV(B) | 246.09º | 0.42% | 0.64% | - |
| XYZ | 16.27 | 13.69 | 36.91 | - |
| YUV | 104.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 164 | 0.38 | 0.42 | 0 | 0.36 | 246.09 | 0.27 | 0.51 |
| Hex | 66 | 5F | A4 | 26 | 2A | 0 | 24 | F6 | 1B | 33 |
| Octal | 146 | 137 | 244 | 46 | 52 | 0 | 44 | 366 | 33 | 63 |
| Binary | 1100110 | 1011111 | 10100100 | 100110 | 101010 | 0 | 100100 | 11110110 | 11011 | 110011 |
Color Harmonies of #665FA4
Complementary color
Monochromatic Colors of #665FA4
Black with #665FA4
Text Example
Text Example
White with #665FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FA4; }
p { color: rgb(102,95,164); }
H1.HeaderClassName
{
color: #665FA4;
}
.AnyTagClassName
{
color: #665FA4;
}
</style>
background-color css
<style>
a { background-color: #665FA4; }
a { background-color: rgb(102,95,164); }
div.DivClassName
{
background-color: #665FA4;
}
.BgClassName
{
background-color: #665FA4;
}
</style>
border-color css
<style>
span { border-color: #665FA4; }
span { border-color: rgb(102,95,164); }
td.TdClassName
{
border-color: #665FA4;
}
.TagClassName
{
border-color: #665FA4;
}
</style>