Shades of Scampi #676699
Tints of Scampi #676699
RGB
CMYK
RGB Variations
Color information
#676699 (or 0x676699) is known color: Scampi. HEX triplet: 67, 66 and 99. RGB value is (103,102,153). Sum of RGB (Red+Green+Blue) = 103+102+153=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #676699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676699 is #989966. Grayscale: #6B6B6B. Windows color (decimal): -10000743 or 10053223. OLE color: 10053223.
HSL color Cylindrical-coordinate representation of color #676699: hue angle of 241.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676699 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 102 | 153 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.4 |
| HSL | 241.18º | 0.2% | 0.5% | - |
| HSV(B) | 241.18º | 0.33% | 0.6% | - |
| XYZ | 16.09 | 14.69 | 32.12 | - |
| YUV | 108.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 153 | 0.33 | 0.33 | 0 | 0.4 | 241.18 | 0.2 | 0.5 |
| Hex | 67 | 66 | 99 | 21 | 21 | 0 | 28 | F1 | 14 | 32 |
| Octal | 147 | 146 | 231 | 41 | 41 | 0 | 50 | 361 | 24 | 62 |
| Binary | 1100111 | 1100110 | 10011001 | 100001 | 100001 | 0 | 101000 | 11110001 | 10100 | 110010 |
Color Harmonies of #676699
Complementary color
Monochromatic Colors of #676699
Black with #676699
Text Example
Text Example
White with #676699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676699; }
p { color: rgb(103,102,153); }
H1.HeaderClassName
{
color: #676699;
}
.AnyTagClassName
{
color: #676699;
}
</style>
background-color css
<style>
a { background-color: #676699; }
a { background-color: rgb(103,102,153); }
div.DivClassName
{
background-color: #676699;
}
.BgClassName
{
background-color: #676699;
}
</style>
border-color css
<style>
span { border-color: #676699; }
span { border-color: rgb(103,102,153); }
td.TdClassName
{
border-color: #676699;
}
.TagClassName
{
border-color: #676699;
}
</style>