Shades of Scampi #69679E
Tints of Scampi #69679E
RGB
CMYK
RGB Variations
Color information
#69679E (or 0x69679E) is known color: Scampi. HEX triplet: 69, 67 and 9E. RGB value is (105,103,158). Sum of RGB (Red+Green+Blue) = 105+103+158=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #69679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69679E is #969861. Grayscale: #6D6D6D. Windows color (decimal): -9869410 or 10381161. OLE color: 10381161.
HSL color Cylindrical-coordinate representation of color #69679E: hue angle of 242.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69679E is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 103 | 158 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.38 |
| HSL | 242.18º | 0.22% | 0.51% | - |
| HSV(B) | 242.18º | 0.35% | 0.62% | - |
| XYZ | 16.85 | 15.17 | 34.39 | - |
| YUV | 109.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 158 | 0.34 | 0.35 | 0 | 0.38 | 242.18 | 0.22 | 0.51 |
| Hex | 69 | 67 | 9E | 22 | 23 | 0 | 26 | F2 | 16 | 33 |
| Octal | 151 | 147 | 236 | 42 | 43 | 0 | 46 | 362 | 26 | 63 |
| Binary | 1101001 | 1100111 | 10011110 | 100010 | 100011 | 0 | 100110 | 11110010 | 10110 | 110011 |
Color Harmonies of #69679E
Complementary color
Monochromatic Colors of #69679E
Black with #69679E
Text Example
Text Example
White with #69679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69679E; }
p { color: rgb(105,103,158); }
H1.HeaderClassName
{
color: #69679E;
}
.AnyTagClassName
{
color: #69679E;
}
</style>
background-color css
<style>
a { background-color: #69679E; }
a { background-color: rgb(105,103,158); }
div.DivClassName
{
background-color: #69679E;
}
.BgClassName
{
background-color: #69679E;
}
</style>
border-color css
<style>
span { border-color: #69679E; }
span { border-color: rgb(105,103,158); }
td.TdClassName
{
border-color: #69679E;
}
.TagClassName
{
border-color: #69679E;
}
</style>