Shades of Scampi #67669B
Tints of Scampi #67669B
RGB
CMYK
RGB Variations
Color information
#67669B (or 0x67669B) is known color: Scampi. HEX triplet: 67, 66 and 9B. RGB value is (103,102,155). Sum of RGB (Red+Green+Blue) = 103+102+155=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #67669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67669B is #989964. Grayscale: #6C6C6C. Windows color (decimal): -10000741 or 10184295. OLE color: 10184295.
HSL color Cylindrical-coordinate representation of color #67669B: hue angle of 241.13º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67669B is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 102 | 155 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.39 |
| HSL | 241.13º | 0.21% | 0.5% | - |
| HSV(B) | 241.13º | 0.34% | 0.61% | - |
| XYZ | 16.26 | 14.75 | 33 | - |
| YUV | 108.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 155 | 0.34 | 0.34 | 0 | 0.39 | 241.13 | 0.21 | 0.5 |
| Hex | 67 | 66 | 9B | 22 | 22 | 0 | 27 | F1 | 15 | 32 |
| Octal | 147 | 146 | 233 | 42 | 42 | 0 | 47 | 361 | 25 | 62 |
| Binary | 1100111 | 1100110 | 10011011 | 100010 | 100010 | 0 | 100111 | 11110001 | 10101 | 110010 |
Color Harmonies of #67669B
Complementary color
Monochromatic Colors of #67669B
Black with #67669B
Text Example
Text Example
White with #67669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67669B; }
p { color: rgb(103,102,155); }
H1.HeaderClassName
{
color: #67669B;
}
.AnyTagClassName
{
color: #67669B;
}
</style>
background-color css
<style>
a { background-color: #67669B; }
a { background-color: rgb(103,102,155); }
div.DivClassName
{
background-color: #67669B;
}
.BgClassName
{
background-color: #67669B;
}
</style>
border-color css
<style>
span { border-color: #67669B; }
span { border-color: rgb(103,102,155); }
td.TdClassName
{
border-color: #67669B;
}
.TagClassName
{
border-color: #67669B;
}
</style>