Shades of Scampi #67539F
Tints of Scampi #67539F
RGB
CMYK
RGB Variations
Color information
#67539F (or 0x67539F) is known color: Scampi. HEX triplet: 67, 53 and 9F. RGB value is (103,83,159). Sum of RGB (Red+Green+Blue) = 103+83+159=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #67539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67539F is #98AC60. Grayscale: #616161. Windows color (decimal): -10005601 or 10441575. OLE color: 10441575.
HSL color Cylindrical-coordinate representation of color #67539F: hue angle of 255.79º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67539F is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 83 | 159 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.38 |
| HSL | 255.79º | 0.31% | 0.47% | - |
| HSV(B) | 255.79º | 0.48% | 0.62% | - |
| XYZ | 14.94 | 11.57 | 34.25 | - |
| YUV | 97.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 159 | 0.35 | 0.48 | 0 | 0.38 | 255.79 | 0.31 | 0.47 |
| Hex | 67 | 53 | 9F | 23 | 30 | 0 | 26 | 100 | 1F | 2F |
| Octal | 147 | 123 | 237 | 43 | 60 | 0 | 46 | 400 | 37 | 57 |
| Binary | 1100111 | 1010011 | 10011111 | 100011 | 110000 | 0 | 100110 | 100000000 | 11111 | 101111 |
Color Harmonies of #67539F
Complementary color
Monochromatic Colors of #67539F
Black with #67539F
Text Example
Text Example
White with #67539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67539F; }
p { color: rgb(103,83,159); }
H1.HeaderClassName
{
color: #67539F;
}
.AnyTagClassName
{
color: #67539F;
}
</style>
background-color css
<style>
a { background-color: #67539F; }
a { background-color: rgb(103,83,159); }
div.DivClassName
{
background-color: #67539F;
}
.BgClassName
{
background-color: #67539F;
}
</style>
border-color css
<style>
span { border-color: #67539F; }
span { border-color: rgb(103,83,159); }
td.TdClassName
{
border-color: #67539F;
}
.TagClassName
{
border-color: #67539F;
}
</style>