Shades of Scampi #6B609B
Tints of Scampi #6B609B
RGB
CMYK
RGB Variations
Color information
#6B609B (or 0x6B609B) is known color: Scampi. HEX triplet: 6B, 60 and 9B. RGB value is (107,96,155). Sum of RGB (Red+Green+Blue) = 107+96+155=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B609B is #949F64. Grayscale: #696969. Windows color (decimal): -9740133 or 10182763. OLE color: 10182763.
HSL color Cylindrical-coordinate representation of color #6B609B: hue angle of 251.19º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B609B is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 96 | 155 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.39 |
| HSL | 251.19º | 0.24% | 0.49% | - |
| HSV(B) | 251.19º | 0.38% | 0.61% | - |
| XYZ | 16.16 | 13.86 | 32.83 | - |
| YUV | 106.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 155 | 0.31 | 0.38 | 0 | 0.39 | 251.19 | 0.24 | 0.49 |
| Hex | 6B | 60 | 9B | 1F | 26 | 0 | 27 | FB | 18 | 31 |
| Octal | 153 | 140 | 233 | 37 | 46 | 0 | 47 | 373 | 30 | 61 |
| Binary | 1101011 | 1100000 | 10011011 | 11111 | 100110 | 0 | 100111 | 11111011 | 11000 | 110001 |
Color Harmonies of #6B609B
Complementary color
Monochromatic Colors of #6B609B
Black with #6B609B
Text Example
Text Example
White with #6B609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B609B; }
p { color: rgb(107,96,155); }
H1.HeaderClassName
{
color: #6B609B;
}
.AnyTagClassName
{
color: #6B609B;
}
</style>
background-color css
<style>
a { background-color: #6B609B; }
a { background-color: rgb(107,96,155); }
div.DivClassName
{
background-color: #6B609B;
}
.BgClassName
{
background-color: #6B609B;
}
</style>
border-color css
<style>
span { border-color: #6B609B; }
span { border-color: rgb(107,96,155); }
td.TdClassName
{
border-color: #6B609B;
}
.TagClassName
{
border-color: #6B609B;
}
</style>