Shades of Scampi #67658F
Tints of Scampi #67658F
RGB
CMYK
RGB Variations
Color information
#67658F (or 0x67658F) is known color: Scampi. HEX triplet: 67, 65 and 8F. RGB value is (103,101,143). Sum of RGB (Red+Green+Blue) = 103+101+143=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #67658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67658F is #989A70. Grayscale: #6A6A6A. Windows color (decimal): -10001009 or 9397607. OLE color: 9397607.
HSL color Cylindrical-coordinate representation of color #67658F: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67658F is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 101 | 143 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.44 |
| HSL | 242.86º | 0.17% | 0.48% | - |
| HSV(B) | 242.86º | 0.29% | 0.56% | - |
| XYZ | 15.21 | 14.17 | 27.92 | - |
| YUV | 106.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 143 | 0.28 | 0.29 | 0 | 0.44 | 242.86 | 0.17 | 0.48 |
| Hex | 67 | 65 | 8F | 1C | 1D | 0 | 2C | F3 | 11 | 30 |
| Octal | 147 | 145 | 217 | 34 | 35 | 0 | 54 | 363 | 21 | 60 |
| Binary | 1100111 | 1100101 | 10001111 | 11100 | 11101 | 0 | 101100 | 11110011 | 10001 | 110000 |
Color Harmonies of #67658F
Complementary color
Monochromatic Colors of #67658F
Black with #67658F
Text Example
Text Example
White with #67658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67658F; }
p { color: rgb(103,101,143); }
H1.HeaderClassName
{
color: #67658F;
}
.AnyTagClassName
{
color: #67658F;
}
</style>
background-color css
<style>
a { background-color: #67658F; }
a { background-color: rgb(103,101,143); }
div.DivClassName
{
background-color: #67658F;
}
.BgClassName
{
background-color: #67658F;
}
</style>
border-color css
<style>
span { border-color: #67658F; }
span { border-color: rgb(103,101,143); }
td.TdClassName
{
border-color: #67658F;
}
.TagClassName
{
border-color: #67658F;
}
</style>