Shades of Scampi #67649C
Tints of Scampi #67649C
RGB
CMYK
RGB Variations
Color information
#67649C (or 0x67649C) is known color: Scampi. HEX triplet: 67, 64 and 9C. RGB value is (103,100,156). Sum of RGB (Red+Green+Blue) = 103+100+156=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #67649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67649C is #989B63. Grayscale: #6B6B6B. Windows color (decimal): -10001252 or 10249319. OLE color: 10249319.
HSL color Cylindrical-coordinate representation of color #67649C: hue angle of 243.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67649C is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 100 | 156 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.39 |
| HSL | 243.21º | 0.22% | 0.5% | - |
| HSV(B) | 243.21º | 0.36% | 0.61% | - |
| XYZ | 16.15 | 14.4 | 33.38 | - |
| YUV | 107.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 156 | 0.34 | 0.36 | 0 | 0.39 | 243.21 | 0.22 | 0.5 |
| Hex | 67 | 64 | 9C | 22 | 24 | 0 | 27 | F3 | 16 | 32 |
| Octal | 147 | 144 | 234 | 42 | 44 | 0 | 47 | 363 | 26 | 62 |
| Binary | 1100111 | 1100100 | 10011100 | 100010 | 100100 | 0 | 100111 | 11110011 | 10110 | 110010 |
Color Harmonies of #67649C
Complementary color
Monochromatic Colors of #67649C
Black with #67649C
Text Example
Text Example
White with #67649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67649C; }
p { color: rgb(103,100,156); }
H1.HeaderClassName
{
color: #67649C;
}
.AnyTagClassName
{
color: #67649C;
}
</style>
background-color css
<style>
a { background-color: #67649C; }
a { background-color: rgb(103,100,156); }
div.DivClassName
{
background-color: #67649C;
}
.BgClassName
{
background-color: #67649C;
}
</style>
border-color css
<style>
span { border-color: #67649C; }
span { border-color: rgb(103,100,156); }
td.TdClassName
{
border-color: #67649C;
}
.TagClassName
{
border-color: #67649C;
}
</style>