Shades of Scampi #66569D
Tints of Scampi #66569D
RGB
CMYK
RGB Variations
Color information
#66569D (or 0x66569D) is known color: Scampi. HEX triplet: 66, 56 and 9D. RGB value is (102,86,157). Sum of RGB (Red+Green+Blue) = 102+86+157=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #66569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66569D is #99A962. Grayscale: #626262. Windows color (decimal): -10070371 or 10311270. OLE color: 10311270.
HSL color Cylindrical-coordinate representation of color #66569D: hue angle of 253.52º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66569D is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 86 | 157 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.38 |
| HSL | 253.52º | 0.29% | 0.48% | - |
| HSV(B) | 253.52º | 0.45% | 0.62% | - |
| XYZ | 14.89 | 11.91 | 33.41 | - |
| YUV | 98.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 157 | 0.35 | 0.45 | 0 | 0.38 | 253.52 | 0.29 | 0.48 |
| Hex | 66 | 56 | 9D | 23 | 2D | 0 | 26 | FE | 1D | 30 |
| Octal | 146 | 126 | 235 | 43 | 55 | 0 | 46 | 376 | 35 | 60 |
| Binary | 1100110 | 1010110 | 10011101 | 100011 | 101101 | 0 | 100110 | 11111110 | 11101 | 110000 |
Color Harmonies of #66569D
Complementary color
Monochromatic Colors of #66569D
Black with #66569D
Text Example
Text Example
White with #66569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66569D; }
p { color: rgb(102,86,157); }
H1.HeaderClassName
{
color: #66569D;
}
.AnyTagClassName
{
color: #66569D;
}
</style>
background-color css
<style>
a { background-color: #66569D; }
a { background-color: rgb(102,86,157); }
div.DivClassName
{
background-color: #66569D;
}
.BgClassName
{
background-color: #66569D;
}
</style>
border-color css
<style>
span { border-color: #66569D; }
span { border-color: rgb(102,86,157); }
td.TdClassName
{
border-color: #66569D;
}
.TagClassName
{
border-color: #66569D;
}
</style>