Shades of Scampi #67659B
Tints of Scampi #67659B
RGB
CMYK
RGB Variations
Color information
#67659B (or 0x67659B) is known color: Scampi. HEX triplet: 67, 65 and 9B. RGB value is (103,101,155). Sum of RGB (Red+Green+Blue) = 103+101+155=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #67659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67659B is #989A64. Grayscale: #6B6B6B. Windows color (decimal): -10000997 or 10184039. OLE color: 10184039.
HSL color Cylindrical-coordinate representation of color #67659B: hue angle of 242.22º degrees, saturation: 0.21, 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 #67659B is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 101 | 155 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.39 |
| HSL | 242.22º | 0.21% | 0.5% | - |
| HSV(B) | 242.22º | 0.35% | 0.61% | - |
| XYZ | 16.16 | 14.56 | 32.97 | - |
| YUV | 107.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 155 | 0.34 | 0.35 | 0 | 0.39 | 242.22 | 0.21 | 0.5 |
| Hex | 67 | 65 | 9B | 22 | 23 | 0 | 27 | F2 | 15 | 32 |
| Octal | 147 | 145 | 233 | 42 | 43 | 0 | 47 | 362 | 25 | 62 |
| Binary | 1100111 | 1100101 | 10011011 | 100010 | 100011 | 0 | 100111 | 11110010 | 10101 | 110010 |
Color Harmonies of #67659B
Complementary color
Monochromatic Colors of #67659B
Black with #67659B
Text Example
Text Example
White with #67659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67659B; }
p { color: rgb(103,101,155); }
H1.HeaderClassName
{
color: #67659B;
}
.AnyTagClassName
{
color: #67659B;
}
</style>
background-color css
<style>
a { background-color: #67659B; }
a { background-color: rgb(103,101,155); }
div.DivClassName
{
background-color: #67659B;
}
.BgClassName
{
background-color: #67659B;
}
</style>
border-color css
<style>
span { border-color: #67659B; }
span { border-color: rgb(103,101,155); }
td.TdClassName
{
border-color: #67659B;
}
.TagClassName
{
border-color: #67659B;
}
</style>