Shades of Scampi #69659D
Tints of Scampi #69659D
RGB
CMYK
RGB Variations
Color information
#69659D (or 0x69659D) is known color: Scampi. HEX triplet: 69, 65 and 9D. RGB value is (105,101,157). Sum of RGB (Red+Green+Blue) = 105+101+157=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #69659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69659D is #969A62. Grayscale: #6C6C6C. Windows color (decimal): -9869923 or 10315113. OLE color: 10315113.
HSL color Cylindrical-coordinate representation of color #69659D: hue angle of 244.29º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69659D is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 101 | 157 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.38 |
| HSL | 244.29º | 0.22% | 0.51% | - |
| HSV(B) | 244.29º | 0.36% | 0.62% | - |
| XYZ | 16.57 | 14.74 | 33.87 | - |
| YUV | 108.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 157 | 0.33 | 0.36 | 0 | 0.38 | 244.29 | 0.22 | 0.51 |
| Hex | 69 | 65 | 9D | 21 | 24 | 0 | 26 | F4 | 16 | 33 |
| Octal | 151 | 145 | 235 | 41 | 44 | 0 | 46 | 364 | 26 | 63 |
| Binary | 1101001 | 1100101 | 10011101 | 100001 | 100100 | 0 | 100110 | 11110100 | 10110 | 110011 |
Color Harmonies of #69659D
Complementary color
Monochromatic Colors of #69659D
Black with #69659D
Text Example
Text Example
White with #69659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69659D; }
p { color: rgb(105,101,157); }
H1.HeaderClassName
{
color: #69659D;
}
.AnyTagClassName
{
color: #69659D;
}
</style>
background-color css
<style>
a { background-color: #69659D; }
a { background-color: rgb(105,101,157); }
div.DivClassName
{
background-color: #69659D;
}
.BgClassName
{
background-color: #69659D;
}
</style>
border-color css
<style>
span { border-color: #69659D; }
span { border-color: rgb(105,101,157); }
td.TdClassName
{
border-color: #69659D;
}
.TagClassName
{
border-color: #69659D;
}
</style>