Shades of Scampi #67659C
Tints of Scampi #67659C
RGB
CMYK
RGB Variations
Color information
#67659C (or 0x67659C) is known color: Scampi. HEX triplet: 67, 65 and 9C. RGB value is (103,101,156). Sum of RGB (Red+Green+Blue) = 103+101+156=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #67659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67659C is #989A63. Grayscale: #6B6B6B. Windows color (decimal): -10000996 or 10249575. OLE color: 10249575.
HSL color Cylindrical-coordinate representation of color #67659C: hue angle of 242.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67659C is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 101 | 156 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.39 |
| HSL | 242.18º | 0.22% | 0.5% | - |
| HSV(B) | 242.18º | 0.35% | 0.61% | - |
| XYZ | 16.25 | 14.59 | 33.41 | - |
| YUV | 107.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 156 | 0.34 | 0.35 | 0 | 0.39 | 242.18 | 0.22 | 0.5 |
| Hex | 67 | 65 | 9C | 22 | 23 | 0 | 27 | F2 | 16 | 32 |
| Octal | 147 | 145 | 234 | 42 | 43 | 0 | 47 | 362 | 26 | 62 |
| Binary | 1100111 | 1100101 | 10011100 | 100010 | 100011 | 0 | 100111 | 11110010 | 10110 | 110010 |
Color Harmonies of #67659C
Complementary color
Monochromatic Colors of #67659C
Black with #67659C
Text Example
Text Example
White with #67659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67659C; }
p { color: rgb(103,101,156); }
H1.HeaderClassName
{
color: #67659C;
}
.AnyTagClassName
{
color: #67659C;
}
</style>
background-color css
<style>
a { background-color: #67659C; }
a { background-color: rgb(103,101,156); }
div.DivClassName
{
background-color: #67659C;
}
.BgClassName
{
background-color: #67659C;
}
</style>
border-color css
<style>
span { border-color: #67659C; }
span { border-color: rgb(103,101,156); }
td.TdClassName
{
border-color: #67659C;
}
.TagClassName
{
border-color: #67659C;
}
</style>