Shades of Scampi #67649F
Tints of Scampi #67649F
RGB
CMYK
RGB Variations
Color information
#67649F (or 0x67649F) is known color: Scampi. HEX triplet: 67, 64 and 9F. RGB value is (103,100,159). Sum of RGB (Red+Green+Blue) = 103+100+159=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #67649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67649F is #989B60. Grayscale: #6B6B6B. Windows color (decimal): -10001249 or 10445927. OLE color: 10445927.
HSL color Cylindrical-coordinate representation of color #67649F: hue angle of 243.05º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67649F is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 100 | 159 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.38 |
| HSL | 243.05º | 0.24% | 0.51% | - |
| HSV(B) | 243.05º | 0.37% | 0.62% | - |
| XYZ | 16.41 | 14.5 | 34.74 | - |
| YUV | 107.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 159 | 0.35 | 0.37 | 0 | 0.38 | 243.05 | 0.24 | 0.51 |
| Hex | 67 | 64 | 9F | 23 | 25 | 0 | 26 | F3 | 18 | 33 |
| Octal | 147 | 144 | 237 | 43 | 45 | 0 | 46 | 363 | 30 | 63 |
| Binary | 1100111 | 1100100 | 10011111 | 100011 | 100101 | 0 | 100110 | 11110011 | 11000 | 110011 |
Color Harmonies of #67649F
Complementary color
Monochromatic Colors of #67649F
Black with #67649F
Text Example
Text Example
White with #67649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67649F; }
p { color: rgb(103,100,159); }
H1.HeaderClassName
{
color: #67649F;
}
.AnyTagClassName
{
color: #67649F;
}
</style>
background-color css
<style>
a { background-color: #67649F; }
a { background-color: rgb(103,100,159); }
div.DivClassName
{
background-color: #67649F;
}
.BgClassName
{
background-color: #67649F;
}
</style>
border-color css
<style>
span { border-color: #67649F; }
span { border-color: rgb(103,100,159); }
td.TdClassName
{
border-color: #67649F;
}
.TagClassName
{
border-color: #67649F;
}
</style>