Shades of Scampi #6B659C
Tints of Scampi #6B659C
RGB
CMYK
RGB Variations
Color information
#6B659C (or 0x6B659C) is known color: Scampi. HEX triplet: 6B, 65 and 9C. RGB value is (107,101,156). Sum of RGB (Red+Green+Blue) = 107+101+156=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B659C is #949A63. Grayscale: #6C6C6C. Windows color (decimal): -9738852 or 10249579. OLE color: 10249579.
HSL color Cylindrical-coordinate representation of color #6B659C: hue angle of 246.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B659C is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 101 | 156 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.39 |
| HSL | 246.55º | 0.22% | 0.5% | - |
| HSV(B) | 246.55º | 0.35% | 0.61% | - |
| XYZ | 16.72 | 14.83 | 33.43 | - |
| YUV | 109.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 156 | 0.31 | 0.35 | 0 | 0.39 | 246.55 | 0.22 | 0.5 |
| Hex | 6B | 65 | 9C | 1F | 23 | 0 | 27 | F7 | 16 | 32 |
| Octal | 153 | 145 | 234 | 37 | 43 | 0 | 47 | 367 | 26 | 62 |
| Binary | 1101011 | 1100101 | 10011100 | 11111 | 100011 | 0 | 100111 | 11110111 | 10110 | 110010 |
Color Harmonies of #6B659C
Complementary color
Monochromatic Colors of #6B659C
Black with #6B659C
Text Example
Text Example
White with #6B659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B659C; }
p { color: rgb(107,101,156); }
H1.HeaderClassName
{
color: #6B659C;
}
.AnyTagClassName
{
color: #6B659C;
}
</style>
background-color css
<style>
a { background-color: #6B659C; }
a { background-color: rgb(107,101,156); }
div.DivClassName
{
background-color: #6B659C;
}
.BgClassName
{
background-color: #6B659C;
}
</style>
border-color css
<style>
span { border-color: #6B659C; }
span { border-color: rgb(107,101,156); }
td.TdClassName
{
border-color: #6B659C;
}
.TagClassName
{
border-color: #6B659C;
}
</style>