Shades of Scampi #66659B
Tints of Scampi #66659B
RGB
CMYK
RGB Variations
Color information
#66659B (or 0x66659B) is known color: Scampi. HEX triplet: 66, 65 and 9B. RGB value is (102,101,155). Sum of RGB (Red+Green+Blue) = 102+101+155=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #66659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66659B is #999A64. Grayscale: #6B6B6B. Windows color (decimal): -10066533 or 10184038. OLE color: 10184038.
HSL color Cylindrical-coordinate representation of color #66659B: hue angle of 241.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66659B is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 101 | 155 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.39 |
| HSL | 241.11º | 0.21% | 0.5% | - |
| HSV(B) | 241.11º | 0.35% | 0.61% | - |
| XYZ | 16.05 | 14.5 | 32.96 | - |
| YUV | 107.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 155 | 0.34 | 0.35 | 0 | 0.39 | 241.11 | 0.21 | 0.5 |
| Hex | 66 | 65 | 9B | 22 | 23 | 0 | 27 | F1 | 15 | 32 |
| Octal | 146 | 145 | 233 | 42 | 43 | 0 | 47 | 361 | 25 | 62 |
| Binary | 1100110 | 1100101 | 10011011 | 100010 | 100011 | 0 | 100111 | 11110001 | 10101 | 110010 |
Color Harmonies of #66659B
Complementary color
Monochromatic Colors of #66659B
Black with #66659B
Text Example
Text Example
White with #66659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66659B; }
p { color: rgb(102,101,155); }
H1.HeaderClassName
{
color: #66659B;
}
.AnyTagClassName
{
color: #66659B;
}
</style>
background-color css
<style>
a { background-color: #66659B; }
a { background-color: rgb(102,101,155); }
div.DivClassName
{
background-color: #66659B;
}
.BgClassName
{
background-color: #66659B;
}
</style>
border-color css
<style>
span { border-color: #66659B; }
span { border-color: rgb(102,101,155); }
td.TdClassName
{
border-color: #66659B;
}
.TagClassName
{
border-color: #66659B;
}
</style>