Shades of Scampi #6B609C
Tints of Scampi #6B609C
RGB
CMYK
RGB Variations
Color information
#6B609C (or 0x6B609C) is known color: Scampi. HEX triplet: 6B, 60 and 9C. RGB value is (107,96,156). Sum of RGB (Red+Green+Blue) = 107+96+156=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B609C is #949F63. Grayscale: #696969. Windows color (decimal): -9740132 or 10248299. OLE color: 10248299.
HSL color Cylindrical-coordinate representation of color #6B609C: hue angle of 251º 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 #6B609C is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 96 | 156 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.39 |
| HSL | 251º | 0.24% | 0.49% | - |
| HSV(B) | 251º | 0.38% | 0.61% | - |
| XYZ | 16.25 | 13.89 | 33.28 | - |
| YUV | 106.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 156 | 0.31 | 0.38 | 0 | 0.39 | 251 | 0.24 | 0.49 |
| Hex | 6B | 60 | 9C | 1F | 26 | 0 | 27 | FB | 18 | 31 |
| Octal | 153 | 140 | 234 | 37 | 46 | 0 | 47 | 373 | 30 | 61 |
| Binary | 1101011 | 1100000 | 10011100 | 11111 | 100110 | 0 | 100111 | 11111011 | 11000 | 110001 |
Color Harmonies of #6B609C
Complementary color
Monochromatic Colors of #6B609C
Black with #6B609C
Text Example
Text Example
White with #6B609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B609C; }
p { color: rgb(107,96,156); }
H1.HeaderClassName
{
color: #6B609C;
}
.AnyTagClassName
{
color: #6B609C;
}
</style>
background-color css
<style>
a { background-color: #6B609C; }
a { background-color: rgb(107,96,156); }
div.DivClassName
{
background-color: #6B609C;
}
.BgClassName
{
background-color: #6B609C;
}
</style>
border-color css
<style>
span { border-color: #6B609C; }
span { border-color: rgb(107,96,156); }
td.TdClassName
{
border-color: #6B609C;
}
.TagClassName
{
border-color: #6B609C;
}
</style>