Shades of Scampi #69679B
Tints of Scampi #69679B
RGB
CMYK
RGB Variations
Color information
#69679B (or 0x69679B) is known color: Scampi. HEX triplet: 69, 67 and 9B. RGB value is (105,103,155). Sum of RGB (Red+Green+Blue) = 105+103+155=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #69679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69679B is #969864. Grayscale: #6D6D6D. Windows color (decimal): -9869413 or 10184553. OLE color: 10184553.
HSL color Cylindrical-coordinate representation of color #69679B: hue angle of 242.31º 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 #69679B is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 103 | 155 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.39 |
| HSL | 242.31º | 0.21% | 0.51% | - |
| HSV(B) | 242.31º | 0.34% | 0.61% | - |
| XYZ | 16.59 | 15.07 | 33.04 | - |
| YUV | 109.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 155 | 0.32 | 0.34 | 0 | 0.39 | 242.31 | 0.21 | 0.51 |
| Hex | 69 | 67 | 9B | 20 | 22 | 0 | 27 | F2 | 15 | 33 |
| Octal | 151 | 147 | 233 | 40 | 42 | 0 | 47 | 362 | 25 | 63 |
| Binary | 1101001 | 1100111 | 10011011 | 100000 | 100010 | 0 | 100111 | 11110010 | 10101 | 110011 |
Color Harmonies of #69679B
Complementary color
Monochromatic Colors of #69679B
Black with #69679B
Text Example
Text Example
White with #69679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69679B; }
p { color: rgb(105,103,155); }
H1.HeaderClassName
{
color: #69679B;
}
.AnyTagClassName
{
color: #69679B;
}
</style>
background-color css
<style>
a { background-color: #69679B; }
a { background-color: rgb(105,103,155); }
div.DivClassName
{
background-color: #69679B;
}
.BgClassName
{
background-color: #69679B;
}
</style>
border-color css
<style>
span { border-color: #69679B; }
span { border-color: rgb(105,103,155); }
td.TdClassName
{
border-color: #69679B;
}
.TagClassName
{
border-color: #69679B;
}
</style>