Shades of Scampi #69669E
Tints of Scampi #69669E
RGB
CMYK
RGB Variations
Color information
#69669E (or 0x69669E) is known color: Scampi. HEX triplet: 69, 66 and 9E. RGB value is (105,102,158). Sum of RGB (Red+Green+Blue) = 105+102+158=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #69669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69669E is #969961. Grayscale: #6D6D6D. Windows color (decimal): -9869666 or 10380905. OLE color: 10380905.
HSL color Cylindrical-coordinate representation of color #69669E: hue angle of 243.21º 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 #69669E is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 102 | 158 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.38 |
| HSL | 243.21º | 0.22% | 0.51% | - |
| HSV(B) | 243.21º | 0.35% | 0.62% | - |
| XYZ | 16.75 | 14.97 | 34.36 | - |
| YUV | 109.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 158 | 0.34 | 0.35 | 0 | 0.38 | 243.21 | 0.22 | 0.51 |
| Hex | 69 | 66 | 9E | 22 | 23 | 0 | 26 | F3 | 16 | 33 |
| Octal | 151 | 146 | 236 | 42 | 43 | 0 | 46 | 363 | 26 | 63 |
| Binary | 1101001 | 1100110 | 10011110 | 100010 | 100011 | 0 | 100110 | 11110011 | 10110 | 110011 |
Color Harmonies of #69669E
Complementary color
Monochromatic Colors of #69669E
Black with #69669E
Text Example
Text Example
White with #69669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69669E; }
p { color: rgb(105,102,158); }
H1.HeaderClassName
{
color: #69669E;
}
.AnyTagClassName
{
color: #69669E;
}
</style>
background-color css
<style>
a { background-color: #69669E; }
a { background-color: rgb(105,102,158); }
div.DivClassName
{
background-color: #69669E;
}
.BgClassName
{
background-color: #69669E;
}
</style>
border-color css
<style>
span { border-color: #69669E; }
span { border-color: rgb(105,102,158); }
td.TdClassName
{
border-color: #69669E;
}
.TagClassName
{
border-color: #69669E;
}
</style>