Shades of Scampi #665F9F
Tints of Scampi #665F9F
RGB
CMYK
RGB Variations
Color information
#665F9F (or 0x665F9F) is known color: Scampi. HEX triplet: 66, 5F and 9F. RGB value is (102,95,159). Sum of RGB (Red+Green+Blue) = 102+95+159=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #665F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F9F is #99A060. Grayscale: #686868. Windows color (decimal): -10068065 or 10444646. OLE color: 10444646.
HSL color Cylindrical-coordinate representation of color #665F9F: hue angle of 246.56º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #665F9F is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 95 | 159 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.38 |
| HSL | 246.56º | 0.25% | 0.5% | - |
| HSV(B) | 246.56º | 0.4% | 0.62% | - |
| XYZ | 15.83 | 13.51 | 34.57 | - |
| YUV | 104.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 159 | 0.36 | 0.40 | 0 | 0.38 | 246.56 | 0.25 | 0.5 |
| Hex | 66 | 5F | 9F | 24 | 28 | 0 | 26 | F7 | 19 | 32 |
| Octal | 146 | 137 | 237 | 44 | 50 | 0 | 46 | 367 | 31 | 62 |
| Binary | 1100110 | 1011111 | 10011111 | 100100 | 101000 | 0 | 100110 | 11110111 | 11001 | 110010 |
Color Harmonies of #665F9F
Complementary color
Monochromatic Colors of #665F9F
Black with #665F9F
Text Example
Text Example
White with #665F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F9F; }
p { color: rgb(102,95,159); }
H1.HeaderClassName
{
color: #665F9F;
}
.AnyTagClassName
{
color: #665F9F;
}
</style>
background-color css
<style>
a { background-color: #665F9F; }
a { background-color: rgb(102,95,159); }
div.DivClassName
{
background-color: #665F9F;
}
.BgClassName
{
background-color: #665F9F;
}
</style>
border-color css
<style>
span { border-color: #665F9F; }
span { border-color: rgb(102,95,159); }
td.TdClassName
{
border-color: #665F9F;
}
.TagClassName
{
border-color: #665F9F;
}
</style>