Shades of Scampi #69639B
Tints of Scampi #69639B
RGB
CMYK
RGB Variations
Color information
#69639B (or 0x69639B) is known color: Scampi. HEX triplet: 69, 63 and 9B. RGB value is (105,99,155). Sum of RGB (Red+Green+Blue) = 105+99+155=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #69639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69639B is #969C64. Grayscale: #6A6A6A. Windows color (decimal): -9870437 or 10183529. OLE color: 10183529.
HSL color Cylindrical-coordinate representation of color #69639B: hue angle of 246.43º 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 #69639B is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 99 | 155 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.39 |
| HSL | 246.43º | 0.22% | 0.5% | - |
| HSV(B) | 246.43º | 0.36% | 0.61% | - |
| XYZ | 16.2 | 14.29 | 32.92 | - |
| YUV | 107.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 155 | 0.32 | 0.36 | 0 | 0.39 | 246.43 | 0.22 | 0.5 |
| Hex | 69 | 63 | 9B | 20 | 24 | 0 | 27 | F6 | 16 | 32 |
| Octal | 151 | 143 | 233 | 40 | 44 | 0 | 47 | 366 | 26 | 62 |
| Binary | 1101001 | 1100011 | 10011011 | 100000 | 100100 | 0 | 100111 | 11110110 | 10110 | 110010 |
Color Harmonies of #69639B
Complementary color
Monochromatic Colors of #69639B
Black with #69639B
Text Example
Text Example
White with #69639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69639B; }
p { color: rgb(105,99,155); }
H1.HeaderClassName
{
color: #69639B;
}
.AnyTagClassName
{
color: #69639B;
}
</style>
background-color css
<style>
a { background-color: #69639B; }
a { background-color: rgb(105,99,155); }
div.DivClassName
{
background-color: #69639B;
}
.BgClassName
{
background-color: #69639B;
}
</style>
border-color css
<style>
span { border-color: #69639B; }
span { border-color: rgb(105,99,155); }
td.TdClassName
{
border-color: #69639B;
}
.TagClassName
{
border-color: #69639B;
}
</style>