Shades of Scampi #67699C
Tints of Scampi #67699C
RGB
CMYK
RGB Variations
Color information
#67699C (or 0x67699C) is known color: Scampi. HEX triplet: 67, 69 and 9C. RGB value is (103,105,156). Sum of RGB (Red+Green+Blue) = 103+105+156=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #67699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67699C is #989663. Grayscale: #6E6E6E. Windows color (decimal): -9999972 or 10250599. OLE color: 10250599.
HSL color Cylindrical-coordinate representation of color #67699C: hue angle of 237.74º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67699C is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 105 | 156 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.39 |
| HSL | 237.74º | 0.21% | 0.51% | - |
| HSV(B) | 237.74º | 0.34% | 0.61% | - |
| XYZ | 16.65 | 15.39 | 33.55 | - |
| YUV | 110.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 156 | 0.34 | 0.33 | 0 | 0.39 | 237.74 | 0.21 | 0.51 |
| Hex | 67 | 69 | 9C | 22 | 21 | 0 | 27 | EE | 15 | 33 |
| Octal | 147 | 151 | 234 | 42 | 41 | 0 | 47 | 356 | 25 | 63 |
| Binary | 1100111 | 1101001 | 10011100 | 100010 | 100001 | 0 | 100111 | 11101110 | 10101 | 110011 |
Color Harmonies of #67699C
Complementary color
Monochromatic Colors of #67699C
Black with #67699C
Text Example
Text Example
White with #67699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67699C; }
p { color: rgb(103,105,156); }
H1.HeaderClassName
{
color: #67699C;
}
.AnyTagClassName
{
color: #67699C;
}
</style>
background-color css
<style>
a { background-color: #67699C; }
a { background-color: rgb(103,105,156); }
div.DivClassName
{
background-color: #67699C;
}
.BgClassName
{
background-color: #67699C;
}
</style>
border-color css
<style>
span { border-color: #67699C; }
span { border-color: rgb(103,105,156); }
td.TdClassName
{
border-color: #67699C;
}
.TagClassName
{
border-color: #67699C;
}
</style>