Shades of Scampi #66658F
Tints of Scampi #66658F
RGB
CMYK
RGB Variations
Color information
#66658F (or 0x66658F) is known color: Scampi. HEX triplet: 66, 65 and 8F. RGB value is (102,101,143). Sum of RGB (Red+Green+Blue) = 102+101+143=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #66658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66658F is #999A70. Grayscale: #696969. Windows color (decimal): -10066545 or 9397606. OLE color: 9397606.
HSL color Cylindrical-coordinate representation of color #66658F: hue angle of 241.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66658F is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 101 | 143 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.44 |
| HSL | 241.43º | 0.17% | 0.48% | - |
| HSV(B) | 241.43º | 0.29% | 0.56% | - |
| XYZ | 15.09 | 14.12 | 27.92 | - |
| YUV | 106.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 143 | 0.29 | 0.29 | 0 | 0.44 | 241.43 | 0.17 | 0.48 |
| Hex | 66 | 65 | 8F | 1D | 1D | 0 | 2C | F1 | 11 | 30 |
| Octal | 146 | 145 | 217 | 35 | 35 | 0 | 54 | 361 | 21 | 60 |
| Binary | 1100110 | 1100101 | 10001111 | 11101 | 11101 | 0 | 101100 | 11110001 | 10001 | 110000 |
Color Harmonies of #66658F
Complementary color
Monochromatic Colors of #66658F
Black with #66658F
Text Example
Text Example
White with #66658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66658F; }
p { color: rgb(102,101,143); }
H1.HeaderClassName
{
color: #66658F;
}
.AnyTagClassName
{
color: #66658F;
}
</style>
background-color css
<style>
a { background-color: #66658F; }
a { background-color: rgb(102,101,143); }
div.DivClassName
{
background-color: #66658F;
}
.BgClassName
{
background-color: #66658F;
}
</style>
border-color css
<style>
span { border-color: #66658F; }
span { border-color: rgb(102,101,143); }
td.TdClassName
{
border-color: #66658F;
}
.TagClassName
{
border-color: #66658F;
}
</style>