Shades of Scampi #65599C
Tints of Scampi #65599C
RGB
CMYK
RGB Variations
Color information
#65599C (or 0x65599C) is known color: Scampi. HEX triplet: 65, 59 and 9C. RGB value is (101,89,156). Sum of RGB (Red+Green+Blue) = 101+89+156=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #65599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65599C is #9AA663. Grayscale: #636363. Windows color (decimal): -10135140 or 10246501. OLE color: 10246501.
HSL color Cylindrical-coordinate representation of color #65599C: hue angle of 250.75º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65599C is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 89 | 156 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.39 |
| HSL | 250.75º | 0.27% | 0.48% | - |
| HSV(B) | 250.75º | 0.43% | 0.61% | - |
| XYZ | 14.94 | 12.31 | 33.04 | - |
| YUV | 100.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 156 | 0.35 | 0.43 | 0 | 0.39 | 250.75 | 0.27 | 0.48 |
| Hex | 65 | 59 | 9C | 23 | 2B | 0 | 27 | FB | 1B | 30 |
| Octal | 145 | 131 | 234 | 43 | 53 | 0 | 47 | 373 | 33 | 60 |
| Binary | 1100101 | 1011001 | 10011100 | 100011 | 101011 | 0 | 100111 | 11111011 | 11011 | 110000 |
Color Harmonies of #65599C
Complementary color
Monochromatic Colors of #65599C
Black with #65599C
Text Example
Text Example
White with #65599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65599C; }
p { color: rgb(101,89,156); }
H1.HeaderClassName
{
color: #65599C;
}
.AnyTagClassName
{
color: #65599C;
}
</style>
background-color css
<style>
a { background-color: #65599C; }
a { background-color: rgb(101,89,156); }
div.DivClassName
{
background-color: #65599C;
}
.BgClassName
{
background-color: #65599C;
}
</style>
border-color css
<style>
span { border-color: #65599C; }
span { border-color: rgb(101,89,156); }
td.TdClassName
{
border-color: #65599C;
}
.TagClassName
{
border-color: #65599C;
}
</style>